Commit Graph

116 Commits (ed391f4ebf8f701d3566423ce8f17e614cde9806)

Author SHA1 Message Date
Jiri Pirko 1162563f82 af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del] 15 years ago
Jiri Pirko 914c8ad2d1 af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_add() 15 years ago
Paul E. McKenney a898def29e net: Add checking to rcu_dereference() primitives 15 years ago
stephen hemminger 808f5114a9 packet: convert socket list to RCU (v3) 15 years ago
Li Zefan b7ceabd9b5 net: packet: use seq_hlist_foo() helpers 15 years ago
David S. Miller 889b8f964f packet: Kill CONFIG_PACKET_MMAP. 15 years ago
Sridhar Samudrala bfd5f4a3d6 packet: Add GSO/csum offload support. 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Jarek Poplawski eb70df13ee af_packet: Don't use skb after dev_queue_xmit() 15 years ago
Eric Dumazet 1a35ca80c1 packet: dont call sleeping functions while holding rcu_read_lock() 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Cyrill Gorcunov 13cfa97bef net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guard 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Eric Dumazet 654d1f8a01 packet: less dev_put() calls 15 years ago
Gabor Gombas b5dd884e68 net: Fix 'Re: PACKET_TX_RING: packet size is too long' 15 years ago
Eric Dumazet 05423b2413 vlan: allow null VLAN ID to be used 15 years ago
Eric Dumazet ad959e76f0 af_packet: mc_drop/flush_mclist changes 16 years ago
Eric Dumazet 94b059520d af_packet: Avoid cache line dirtying 16 years ago
Neil Horman 3b885787ea net: Generalize socket rx gap / receive queue overflow cmsg 16 years ago
David S. Miller d5e63bded6 Revert "af_packet: add interframe drop cmsg (v6)" 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
Eric Dumazet 2d37a186ce Use sk_mark for routing lookup in more places 16 years ago
Neil Horman 977750076d af_packet: add interframe drop cmsg (v6) 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
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