Commit Graph

95 Commits (5c9417f1656b0f415f4be5a7cd7195ecadd7dd1a)

Author SHA1 Message Date
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Rémi Denis-Courmont 82ecbcb9c6 Phonet: reject unsupported sendmsg/recvmsg flags 15 years ago
Rémi Denis-Courmont fea93ecef6 Phonet: zero-copy GPRS TX 15 years ago
Rémi Denis-Courmont fc6a110754 Phonet: zero-copy aligned GPRS RX 15 years ago
Eric W. Biederman d2b3eb6307 net: Simplify phonet pernet operations. 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Rémi Denis-Courmont eeb74a9d45 Phonet: convert devices list to RCU 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Rémi Denis-Courmont b2a5decddb Phonet: missing rcu_dereference() 15 years ago
Rémi Denis-Courmont 888801357f Phonet: convert routing table to RCU 15 years ago
Rémi Denis-Courmont 7ed0132f23 Phonet: put protocols array under RCU 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Rémi Denis-Courmont b1704374fd Phonet: allocate and copy for pipe TX without sock lock 15 years ago
Rémi Denis-Courmont 6b0d07ba15 Phonet: put sockets in a hash table 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Rémi Denis-Courmont 4b7673a04a Phonet: remove tautologies 15 years ago
Rémi Denis-Courmont 21912d1ca2 Phonet: hold socket before giving it to sk_deliver_skb() 15 years ago
Eric Dumazet 766e9037cc net: sk_drops consolidation 15 years ago
Rémi Denis-Courmont 86a0a1e52d Phonet: forward incoming packets 15 years ago
Rémi Denis-Courmont aa6c45f32f Phonet: route outgoing packets 15 years ago
Rémi Denis-Courmont f062f41d06 Phonet: routing table Netlink interface 15 years ago
Rémi Denis-Courmont 55748ac046 Phonet: routing table backend 15 years ago
Rémi Denis-Courmont f14001fcd7 Phonet: deliver broadcast packets to broadcast sockets 15 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 15 years ago
Rémi Denis-Courmont 013820a360 Phonet: fix mutex imbalance 15 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 15 years ago
Rémi Denis-Courmont 18a1166de9 Phonet: error on broadcast sending (unimplemented) 15 years ago
Rémi Denis-Courmont 582b0b6113 Phonet: fix race for port number in concurrent bind() 15 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 15 years ago
Rémi Denis-Courmont b11b5165ae Phonet: Netlink event for autoconfigured addresses 16 years ago
Rémi Denis-Courmont f5bb1c5584 Phonet: back-end for autoconfigured addresses 16 years ago
Rémi Denis-Courmont 998ec759ef Phonet: fix netlink address dump error handling 16 years ago
Stephen Hemminger 424efe9caf netdev: convert pseudo drivers to netdev_tx_t 16 years ago
Randy Dunlap ae6e2aef6c phonet: fix build when PROC_FS is disabled 16 years ago
Rémi Denis-Courmont cb7d9e7f9b Phonet: fix /proc/net/phonet with network namespaces 16 years ago
Eric Dumazet cf39c4c572 phonet: phonet_device_get() fix 16 years ago
Eric Dumazet 59e57f4417 phonet: phonet_device_get() fix 16 years ago
David S. Miller 421d20a3dc phonet: Fix build. 16 years ago
Rémi Denis-Courmont 2eee40c7f7 Phonet: dropped datagrams accounting 16 years ago
Rémi Denis-Courmont 2e2fb4b33d Phonet: account for dropped RX packets 16 years ago
Rémi Denis-Courmont c1dc13e9d0 Phonet: sockets list through proc_fs 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Rémi Denis-Courmont 2be6fa4c7e Phonet: generate Netlink RTM_DELADDR when destroying a device 16 years ago
Rémi Denis-Courmont c7a1a4c80f Phonet: publicize the Netlink notification function 16 years ago
David S. Miller 5c313e9a77 phonet: Use frag list abstraction interfaces. 16 years ago
Rémi Denis-Courmont bbd5898d39 Phonet: fix accounting race between gprs_writeable() and gprs_xmit() 16 years ago
Matt LaPlante 692105b8ac trivial: fix typos/grammar errors in Kconfig texts 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Pablo Neira Ayuso 1ce85fe402 netlink: change nlmsg_notify() return value logic 16 years ago
Rémi Denis-Courmont 2ddc1ac1b9 Phonet: do not compute unused value 16 years ago