Commit Graph

271 Commits (d4828d85d188dc70ed172802e798d3978bb6e29e)

Author SHA1 Message Date
Luiz Capitulino 65a3980e6b [PKTGEN]: Updates version. 19 years ago
Luiz Capitulino c26a80168f [PKTGEN]: Ports if_list to the in-kernel implementation. 19 years ago
Luiz Capitulino 8024bb2454 [PKTGEN]: Fix Initialization fail leak. 19 years ago
Luiz Capitulino 12e1872328 [PKTGEN]: Fix kernel_thread() fail leak. 19 years ago
Luiz Capitulino cdcdbe0b17 [PKTGEN]: Ports thread list to Kernel list implementation. 19 years ago
Luiz Capitulino 222f180658 [PKTGEN]: Lindent run. 19 years ago
Jörn Engel 231d06ae82 [NET]: Uninline kfree_skb and allow NULL argument 19 years ago
Arthur Kepner 95ed63f791 [NET] pktgen: Fix races between control/worker threads. 19 years ago
Jamal Hadi Salim f8cd54884e [IPSEC]: Sync series - core changes 19 years ago
Stefan Rompf b00055aacd [NET] core: add RFC2863 operstate 19 years ago
YOSHIFUJI Hideaki 955aaa2fe3 [NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's state changed. 19 years ago
Steve Grubb 5bdb988680 [PATCH] promiscuous mode 19 years ago
Jay Vosburgh 8f903c708f [PATCH] bonding: suppress duplicate packets 19 years ago
Arnaldo Carvalho de Melo ba13c98405 [REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc 19 years ago
YOSHIFUJI Hideaki a8372f035a [NET]: NETFILTER: remove duplicated lines and fix order in skb_clone(). 19 years ago
David S. Miller b4d9eda028 [NET]: Revert skb_copy_datagram_iovec() recursion elimination. 19 years ago
Alexey Kuznetsov 28633514af [NETLINK]: illegal use of pid in rtnetlink 19 years ago
Eric Dumazet 88a2a4ac6b [PATCH] percpu data: only iterate over possible CPUs 19 years ago
Adrian Bunk d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 years ago
Thomas Graf cabcac0b29 [BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl 19 years ago
Herbert Xu 8798b3fb71 [NET]: Fix skb fclone error path handling. 19 years ago
Kris Katterjohn 2966b66c25 [NET]: more whitespace issues in net/core/filter.c 19 years ago
David S. Miller 7ac5459ec0 [PKTGEN]: Respect hard_header_len of device. 19 years ago
Kris Katterjohn 3860288ee8 [NET]: Use is_zero_ether_addr() in net/core/netpoll.c 19 years ago
Kris Katterjohn f404e9a67f [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN 19 years ago
Kris Katterjohn e35bedf369 [NET]: Fix whitespace issues in net/core/filter.c 19 years ago
Kris Katterjohn 7b11f69fb5 [NET]: Clean up comments for sk_chk_filter() 19 years ago
Randy Dunlap 4fc268d24c [PATCH] capable/capability.h (net/) 19 years ago
Evgeniy Polyakov c3f343e4d7 [NET]: Fix diverter build. 19 years ago
Kris Katterjohn 8b3a70058b [NET]: Remove more unneeded typecasts on *malloc() 19 years ago
Linus Torvalds 9819d85c21 Fix net/core/wireless.c link failure 19 years ago
Kris Katterjohn d3f4a687f6 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() 19 years ago
Andrey Borzenkov 6dd214b554 [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_stats 19 years ago
Kris Katterjohn 09a626600b [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" 19 years ago
Alexey Dobriyan a2167dc62e [NET]: Endian-annotate in_aton() 19 years ago
Luiz Capitulino 69549ddd2f [PKTGEN]: Adds missing __init. 19 years ago
Kris Katterjohn 4bad4dc919 [NET]: Change sk_run_filter()'s return type in net/core/filter.c 19 years ago
Kay Sievers fd586bacf4 [PATCH] net: swich device attribute creation to default attrs 19 years ago
Kay Sievers 312c004d36 [PATCH] driver core: replace "hotplug" by "uevent" 19 years ago
Kris Katterjohn 9369986306 [NET]: More instruction checks fornet/core/filter.c 19 years ago
Christoph Hellwig b5e5fa5e09 [NET]: Add a dev_ioctl() fallback to sock_ioctl() 19 years ago
Benjamin LaHaise 4947d3ef8d [NET]: Speed up __alloc_skb() 19 years ago
Arnaldo Carvalho de Melo 14c850212e [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 19 years ago
Jaco Kroon f34fbb9713 [PKTGEN]: Deinitialise static variables. 19 years ago
Arnaldo Carvalho de Melo 6d6ee43e0b [TWSK]: Introduce struct timewait_sock_ops 19 years ago
Benjamin LaHaise c1cbe4b7ad [NET]: Avoid atomic xchg() for non-error case 19 years ago
Herbert Xu 3305b80c21 [IP]: Simplify and consolidate MSG_PEEK error handling 19 years ago
Trent Jaeger df71837d50 [LSM-IPSec]: Security association restriction. 19 years ago
David S. Miller 1b93ae64ca [NET]: Validate socket filters against BPF_MAXINSNS in one spot. 19 years ago
Stephen Hemminger 246a421207 [NET]: Fix NULL pointer deref in checksum debugging. 19 years ago