Commit Graph

87 Commits (17f0f4a47df9aea9ee26c939f8057c35e0be1847)

Author SHA1 Message Date
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 17 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
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Michael Opdenacker 59c51591a0 Fix occurrences of "the the " 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo c1d2bbe1cd [SK_BUFF]: Introduce skb_reset_network_header(skb) 18 years ago
Arnaldo Carvalho de Melo f64955eb11 [LLC]: Use skb_reset_mac_header in llc_mac_hdr_init 18 years ago
Arnaldo Carvalho de Melo 0a1b0ad9ae [LLC]: Use skb_reset_mac_header in llc_alloc_frame 18 years ago
Arnaldo Carvalho de Melo 459a98ed88 [SK_BUFF]: Introduce skb_reset_mac_header(skb) 18 years ago
Eric W. Biederman 0b4d414714 [PATCH] sysctl: remove insert_at_head from register_sysctl 18 years ago
Eric W. Biederman 9fa7b46d73 [PATCH] sysctl: llc: remove unnecessary insert_at_head flag 18 years ago
Arjan van de Ven da7071d7e3 [PATCH] mark struct file_operations const 8 18 years ago
YOSHIFUJI Hideaki d57b1869b2 [NET] LLC: Fix whitespace errors. 18 years ago
Al Viro 3fbd418acc [LLC]: anotations 18 years ago
Stephen Hemminger 7ee66fcb94 [LLC]: multicast receive device match 19 years ago
Stephen Hemminger 30a584d944 [LLX]: SOCK_DGRAM interface fixes 19 years ago
Panagiotis Issaris 0da974f4f3 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Andrew Morton 2f45c340e0 [LLC]: Fix double receive of SKB. 19 years ago
Stephen Hemminger bc0e646796 [LLC]: add multicast support for datagrams 19 years ago
Stephen Hemminger 8f182b494f [LLC]: allow applications to get copy of kernel datagrams 19 years ago
Stephen Hemminger 23dbe7912d [LLC]: use rcu_dereference on receive handler 19 years ago
Stephen Hemminger 29efcd2666 [LLC]: allow datagram recvmsg 19 years ago
Stephen Hemminger aecbd4e45c [LLC]: use more efficient ether address routines 19 years ago
Chris Leech 624d116473 [I/OAT]: Make sk_eat_skb I/OAT aware. 19 years ago
David S. Miller 5185db09f4 [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb(). 19 years ago
Stephen Hemminger f4ad2b162d [LLC]: llc_mac_hdr_init const arguments 19 years ago
Arnaldo Carvalho de Melo 2e1f47c74c [LLC]: Fix sap refcounting 19 years ago
Arnaldo Carvalho de Melo 2342c990bb [LLC]: Replace __inline__ with inline 19 years ago