Commit Graph

143 Commits (323222b5ff930a43eab45cec6e58345740fa2a29)

Author SHA1 Message Date
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
Eric Dumazet 0a14842f5a net: filter: Just In Time compiler for x86-64 14 years ago
Hagen Paul Pfeifer e143038f4d af_packet: struct socket declared/assigned but unused 14 years ago
Ben Greear 57f89bfa21 network: Allow af_packet to transmit +4 bytes for VLAN packets. 14 years ago
Shan Wei 441c793a56 net: cleanup unused macros in net directory 14 years ago
Eric Dumazet 80f8f1027b net: filter: dont block softirqs in sk_run_filter() 14 years ago
Michał Mirosław 55508d601d net: Use skb_checksum_start_offset() 14 years ago
Changli Gao c053fd96d0 af_packet: use swap() instead of the open coded macro XC() 14 years ago
Changli Gao 920b8d913b af_packet: fix freeing pg_vec twice on error path 14 years ago
Changli Gao f6dafa95d1 af_packet: eliminate pgv_to_page on some arches 14 years ago
Eric Dumazet 62ab081213 filter: constify sk_run_filter() 14 years ago
Changli Gao c56b4d9012 af_packet: remove pgv.flags 14 years ago
Changli Gao 0af55bb58f af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc() 14 years ago
Eric Dumazet bbce5a59e4 packet: use vzalloc() 14 years ago
Eric Dumazet 93aaae2e01 filter: optimize sk_run_filter 14 years ago
Neil Horman 0e3125c755 packet: Enhance AF_PACKET implementation to not require high order contiguous memory allocation (v4) 14 years ago
Mariusz Kozlowski 1f18b7176e net: Fix header size check for GSO case in recvmsg (af_packet) 14 years ago
Vasiliy Kulikov 67286640f6 net: packet: fix information leak to userland 14 years ago
Oliver Hartkopp 2244d07bfa net: simplify flags for tx timestamping 15 years ago
Scott McMillan 614f60fa9d packet_mmap: expose hw packet timestamps to network packet capture utilities 15 years ago
Daniel Lezcano 1c4f019732 packet : remove init_net restriction 15 years ago
Richard Cochran ed85b565b8 packet: support for TX time stamps on RAW sockets 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Jiri Pirko a748ee2426 net: move address list functions to a separate file 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
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' 16 years ago
Eric Dumazet 05423b2413 vlan: allow null VLAN ID to be used 16 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