Commit Graph

86 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Eric Dumazet 40d4e3dfc2 af_packet: style cleanups 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Eric W. Biederman d95ed9275e af_packet: Teach to listen for multiple unicast addresses. 16 years ago
Johann Baudy 69e3c75f4d net: TX_RING and packet mmap 16 years ago
Eric Dumazet 719bfeaae8 packet: avoid warnings when high-order page allocation fails 16 years ago
Neil Horman ead2ceb0ec Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs 16 years ago
Wei Yongjun acb5d75b9b packet: remove some pointless conditionals before kfree_skb() 16 years ago
Sebastiano Di Paola f9e6934502 net: packet socket packet_lookup_frame fix 16 years ago
Herbert Xu 905db44087 packet: Avoid lock_sock in mmap handler 16 years ago
Eric Dumazet 920de804bc net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
Eric Dumazet 3680453c8b net: af_packet should update its inuse counter 16 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Patrick McHardy 8913336a7e packet: add PACKET_RESERVE sockopt 17 years ago
Patrick McHardy 393e52e33c packet: deliver VLAN TCI to userspace 17 years ago
Patrick McHardy bbd6ef87c5 packet: support extensible, 64 bit clean mmaped ring structure 17 years ago
Wang Chen 2aeb0b88b3 af_packet: Check return of dev_set_promiscuity/allmulti 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 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
Jiri Olsa 2a706ec188 [AF_PACKET]: Remove unused variable. 17 years ago
Eric Dumazet 40ccbf525e [PACKET]: Fix sparse warnings in af_packet.c 17 years ago
Herbert Xu 1bf40954cf [PACKET]: Fix /proc/net/packet crash due to bogus private pointer 17 years ago
Denis V. Lunev 2aaef4e47f [NETNS]: separate af_packet netns data 17 years ago
Denis V. Lunev e372c41401 [NET]: Consolidate net namespace related proc files creation. 17 years ago
Denis V. Lunev d12d01d6b4 [NET]: Make AF_PACKET handle multiple network namespaces 17 years ago
Urs Thuermann be85d4ad8a [AF_PACKET]: Fix minor code duplication 17 years ago
Peter P Waskiewicz Jr 8032b46489 [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded 17 years ago
Pavel Emelyanov 17ab56a260 [PACKET]: Use existing sock refcnt debugging infrastructure 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 18 years ago
Patrick McHardy be702d5e38 [PACKET]: Kill unused pg_vec_endpage() function 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger b95cce3576 [NET]: Wrap hard_header_parse 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 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
Stephen Hemminger 50f17787e9 [AF_PACKET]: Don't enable global timestamps. 18 years ago
YOSHIFUJI Hideaki db0c58f998 [NET] PACKET: Fix whitespace errors. 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
David S. Miller be02097cf6 [AF_PACKET]: Kill CONFIG_PACKET_SOCKET. 18 years ago
David S. Miller a2efcfa048 [AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST 18 years ago
Peter P. Waskiewicz Jr 80feaacb8a [AF_PACKET]: Add option to return orig_dev to userspace. 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 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