Commit Graph

118 Commits (ed391f4ebf8f701d3566423ce8f17e614cde9806)

Author SHA1 Message Date
Zhu Yi a3a858ff18 net: backlog functions rename 15 years ago
Zhu Yi 79545b6819 llc: use limited socket backlog 15 years ago
Octavian Purdila 3100aa9d74 llc: fix SAP reference counting w.r.t. socket handling 15 years ago
Octavian Purdila 8beb9ab6c2 llc: convert llc_sap_list to RCU 15 years ago
Octavian Purdila 52d58aef5e llc: replace the socket list with a local address based hash 15 years ago
Octavian Purdila 6d2e3ea284 llc: use a device based hash table to speed up multicast delivery 15 years ago
Octavian Purdila 0f7b67dd9e llc: optimize multicast delivery 15 years ago
Octavian Purdila b76f5a8427 llc: convert the socket list to RCU locking 15 years ago
Octavian Purdila abf9d537fe llc: add support for SO_BINDTODEVICE 15 years ago
Octavian Purdila e5cd6fe391 llc: add support for LLC_OPT_PKTINFO 15 years ago
Octavian Purdila bf9ae5386b llc: use dev_hard_header 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Jiri Slaby 28e9fc592c NET: llc, zero sockaddr_llc struct 16 years ago
Jan Engelhardt 36cbd3dcc1 net: mark read-only arrays as const 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
David S. Miller dfe9a83798 llc: Kill outdated and incorrect comment. 16 years ago
Jiri Pirko a186d2aead net: remove needless (now buggy) & from dev->dev_addr (part2) 16 years ago
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Wei Yongjun c3431ea71e llc: remove some pointless conditionals before kfree_skb() 16 years ago
Stephen Hemminger 01af4a0e3c llc: fix non-const printk warning 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Qinghuang Feng cf005b1d0e net: remove redundant argument comments 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 16 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
David S. Miller ee5850defc llc: Use sock_graft() instead of by-hand version. 17 years ago
Arnaldo Carvalho de Melo 3446b9d57e llc: Fix double accounting of received packets 17 years ago
Joonwoo Park f83f1768f8 [LLC]: skb allocation size for responses 17 years ago
David S. Miller 9f09243890 [LLC]: Kill llc_station_mac_sa symbol export. 17 years ago
Joonwoo Park a5a04819c5 [LLC]: station source mac address 17 years ago
Joonwoo Park 27785d83e4 [LLC]: bogus llc packet length 17 years ago
Patrick McHardy 3480c63bdf [LLC]: Restrict LLC sockets to root 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Wang Chen 7e02180998 [LLC]: Use proc_create() to setup ->proc_fops first 17 years ago
Pavel Emelyanov b5ccd792fa [NET]: Simple ctl_table to ctl_path conversions. 17 years ago
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 17 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Joe Perches 0795af5729 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago