Commit Graph

70 Commits (4a5c4a5ed2b8b7fac68368e7ab8cb415dd006418)

Author SHA1 Message Date
Rémi Denis-Courmont 013820a360 Phonet: fix mutex imbalance 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Rémi Denis-Courmont 18a1166de9 Phonet: error on broadcast sending (unimplemented) 16 years ago
Rémi Denis-Courmont 582b0b6113 Phonet: fix race for port number in concurrent bind() 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 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
Rémi Denis-Courmont a2bf453871 Phonet: fix double free in GPRS outbound packet error path 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
remi.denis-courmont@nokia 9a3b7a42bb Phonet: use per-namespace devices list 16 years ago
remi.denis-courmont@nokia 6530e0fee1 Phonet: remove useless locking in device cleanup 16 years ago
remi.denis-courmont@nokia 660f706d93 Phonet: handle rtnetlink registration failure 16 years ago
remi.denis-courmont@nokia 76e02cf694 Phonet: allow phonet_device_init() to fail, put it to __init section 16 years ago
remi.denis-courmont@nokia 4b8f704bea Phonet: check destination before delivering packets locally 16 years ago
Stephen Hemminger ab638e69ff phonet: update to net_device_ops 16 years ago
Rémi Denis-Courmont 893873f396 Phonet: get rid of deferred work on the transmission path 16 years ago
Rémi Denis-Courmont be677730a0 Phonet: use atomic for packet TX window 16 years ago
Rémi Denis-Courmont 57c81fffc8 Phonet: allocate separate ARP type for GPRS over a Phonet pipe 16 years ago
Rémi Denis-Courmont 09a2c3c0d3 Phonet: improve GPRS variable names 16 years ago
Rémi Denis-Courmont 4798a2b84e Phonet: keep TX queue disabled when the device is off 16 years ago
Roel Kluin 5eaa65b240 net: Make static 16 years ago
Rémi Denis-Courmont 5240488198 Phonet: basic net namespace support 16 years ago
remi.denis-courmont@nokia bd7df21920 Phonet: do not dump addresses from other namespaces 16 years ago
Rémi Denis-Courmont 7e5ab54296 Phonet: fix oops in phonet_address_del() on non-Phonet device 16 years ago
Alexey Dobriyan 566521d637 phonet: fix compilation with gcc-3.4 16 years ago
Rémi Denis-Courmont ebfe92ca65 Phonet: refuse to send bigger than MTU packets 16 years ago
Rémi Denis-Courmont 9b1582d451 Phonet: use net_device built-in stats for GPRS 16 years ago
Harvey Harrison 5c7f033358 phonet: sparse annotations of protocol, remove forward declaration 17 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 17 years ago
Remi Denis-Courmont c3a90c788b Phonet: do not reply to indication reset packets 17 years ago
Johannes Berg 95a5afca4a net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) 17 years ago