1. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  2. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  3. f333503 net: filter: add vlan tag access by Eric Dumazet · 12 years ago
  4. e0683e70 tcp: make tcp_clear_md5_list static by stephen hemminger · 12 years ago
  5. 1570838 Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  6. 9ecd1c3 net/ipv4/ipconfig: add device address to a KERN_INFO message by Claudio Fontana · 12 years ago
  7. 815cccb ixgbe: add setlink, getlink support to ixgbe and ixgbevf by John Fastabend · 12 years ago
  8. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  9. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  10. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  11. 0aca86c batman-adv: add kernel-doc for enum batadv_dbg_level by Antonio Quartulli · 12 years ago
  12. 7f91d06 batman-adv: pass the WIFI flag from the local to global entry by Antonio Quartulli · 12 years ago
  13. 9f9ff08 batman-adv: properly convert flag into a boolean value by Antonio Quartulli · 12 years ago
  14. b8fcfa4 batman-adv: check for more space before accessing the skb by Antonio Quartulli · 12 years ago
  15. 60c39c7 batman-adv: print packets re-routing on DBG_TT and ratelimit it by Antonio Quartulli · 12 years ago
  16. fdf7932 batman-adv: properly store the roaming time by Antonio Quartulli · 12 years ago
  17. 4934ab9 batman-adv: don't allow ECTP traffic on batman-adv by Simon Wunderlich · 12 years ago
  18. fe3f4cf batman-adv: Only increase refcounter once for alternate router by Sven Eckelmann · 12 years ago
  19. bd5b80d batman-adv: Check return value of try_module_get by Sven Eckelmann · 12 years ago
  20. 8e7c15d batman-adv: Remove extra check in batadv_bit_get_packet by Sven Eckelmann · 12 years ago
  21. 36c1d15 batman-adv: Set special lockdep classes to avoid lockdep warning by Sven Eckelmann · 12 years ago
  22. c10dba0 batman-adv: return proper value in case of hash_add failure by Antonio Quartulli · 12 years ago
  23. 30da63a batman-adv: consolidate duplicated primary_if checking code by Marek Lindner · 12 years ago
  24. f03a13a batman-adv: Remove unused define BAT_ATTR_HIF_UINT by Sven Eckelmann · 12 years ago
  25. 1451151 batman-adv: split hard_iface struct for each routing protocol by Marek Lindner · 12 years ago
  26. d48ddb8 batman-adv: use check_unicast_packet() in recv_roam_adv() by Antonio Quartulli · 12 years ago
  27. 9e55111 rtnl/ipv4: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  28. edc9e74 rtnl/ipv4: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago
  29. 76f8f6c rtnl/ipv6: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  30. f3a1bfb rtnl/ipv6: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago
  31. f019948 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  32. e269ed2 l2tp: session is an array not a pointer by Alan Cox · 12 years ago
  33. 6a328d8 cgroup: net_cls: Rework update socket logic by Daniel Wagner · 12 years ago
  34. fd9a08a cgroup: net_cls: Pass in task to sock_update_classid() by Daniel Wagner · 12 years ago
  35. 3ace03c cgroup: net_cls: Remove rcu_read_lock/unlock by Daniel Wagner · 12 years ago
  36. c658f19 cgroup: net_prio: Mark local used function static by Daniel Wagner · 12 years ago
  37. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  38. 342567c packet: minor: remove unused err assignment by Daniel Borkmann · 12 years ago
  39. e4e541a sock-diag: Report shutdown for inet and unix sockets (v2) by Pavel Emelyanov · 12 years ago
  40. b3ce5ae ipv6: fix sparse warnings in rt6_info_hash_nhsfn() by Nicolas Dichtel · 12 years ago
  41. c80bbea netlink: cleanup the unnecessary return value check by Hans Zhang · 12 years ago
  42. 45f00f9 ipv4: tcp: clean up tcp_v4_early_demux() by Eric Dumazet · 12 years ago
  43. f3f1213 ipv6: tcp: clean up tcp_v6_early_demux() icsk variable by Neal Cardwell · 12 years ago
  44. 51ebd31 ipv6: add support of equal cost multipath (ECMP) by Nicolas Dichtel · 12 years ago
  45. d94ce9b ipv4: 16 slots in initial fib_info hash table by Eric Dumazet · 12 years ago
  46. 0e71c55 tcp: speedup SIOCINQ ioctl by Eric Dumazet · 12 years ago
  47. 354e4aa tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation by Eric Dumazet · 12 years ago
  48. bcc58c4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 12 years ago
  49. 46baac3 pkt_sched: use ns_to_ktime() helper by Eric Dumazet · 12 years ago
  50. 47b70db net:dev: remove double indentical assignment in dev_change_net_namespace(). by Rami Rosen · 12 years ago
  51. f7b86bf sockopt: Make SO_BINDTODEVICE readable by Pavel Emelyanov · 12 years ago
  52. 06e3041 pktgen: Use ipv6_addr_any by Joe Perches · 12 years ago
  53. db0fe0b Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  54. a3374c4 tcp: fix FIONREAD/SIOCINQ by Eric Dumazet · 12 years ago
  55. 6d772ac netlink: use kfree_rcu() in netlink_release() by Eric Dumazet · 12 years ago
  56. 13d82bf ipv4: Fix flushing of cached routing informations by Steffen Klassert · 12 years ago
  57. 18c22a0 vlan: allow to change type when no vlan device is hooked on netdev by Jiri Pirko · 12 years ago
  58. 7dac7b7 batman-adv: Fix potential broadcast BLA-duplicate-check race condition by Linus Lüssing · 12 years ago
  59. 7f112af batman-adv: Fix broadcast packet CRC calculation by Linus Lüssing · 12 years ago
  60. 2ad5b9e netfilter: xt_TEE: don't use destination address found in header by Eric Dumazet · 12 years ago
  61. 0b4f5b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Pablo Neira Ayuso · 12 years ago
  62. 9f0d3c2 ipv6: addrconf: fix /proc/net/if_inet6 by Eric Dumazet · 12 years ago
  63. f6e80ab sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter() by Zijie Pan · 12 years ago
  64. 55462cf vlan: fix bond/team enslave of vlan challenged slave/port by Jiri Pirko · 12 years ago
  65. 939ccba netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targets by Elison Niven · 12 years ago
  66. 0153d5a netfilter: xt_CT: fix timeout setting with IPv6 by Pablo Neira Ayuso · 12 years ago
  67. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  68. 09a9ad6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  69. bd81cce Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  70. 98260da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  71. 1bbb309 userns: Properly print bluetooth socket uids by Eric W. Biederman · 12 years ago
  72. 93ac0ef net: add doc for in4_pton() by Amerigo Wang · 12 years ago
  73. 28194fc net: add doc for in6_pton() by Amerigo Wang · 12 years ago
  74. 8437e76 vti: fix sparse bit endian warnings by stephen hemminger · 12 years ago
  75. 4c67525 tcp: resets are misrouted by Alexey Kuznetsov · 12 years ago
  76. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  77. 0e24c4f tcp: sysctl interface leaks 16 bytes of kernel memory by Alan Cox · 12 years ago
  78. 759f429 9P: Fix race between p9_write_work() and p9_fd_request() by Simon Derr · 12 years ago
  79. a9ca404 Merge Trond's bugfixes by J. Bruce Fields · 12 years ago
  80. 68aaed5 ipv4: fix route mark sparse warning by stephen hemminger · 12 years ago
  81. 6caab7b bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 12 years ago
  82. c468fb1 pktgen: replace scan_ip6() with in6_pton() by Amerigo Wang · 12 years ago
  83. 4c139b8 pktgen: enable automatic IPv6 address setting by Amerigo Wang · 12 years ago
  84. 0373a94 pktgen: display IPv4 address in human-readable format by Amerigo Wang · 12 years ago
  85. 68bf9f0 pktgen: set different default min_pkt_size for different protocols by Amerigo Wang · 12 years ago
  86. 5aa8b57 pktgen: fix crash when generating IPv6 packets by Amerigo Wang · 12 years ago
  87. 8545768 Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  88. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  89. f474af7 nfs: disintegrate UAPI for nfs by J. Bruce Fields · 12 years ago
  90. 5175a5e RDS: fix rds-ping spinlock recursion by jeff.liu · 12 years ago
  91. 8dd9117 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
  92. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  93. b61a602 ipvs: initialize returned data in do_ip_vs_get_ctl by Arnd Bergmann · 12 years ago
  94. ad4d3ef ipvs: fix ARP resolving for direct routing mode by Julian Anastasov · 12 years ago
  95. c92b965 ipv4: Add FLOWI_FLAG_KNOWN_NH by Julian Anastasov · 12 years ago
  96. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  97. f8a1717 ipv4: make sure nh_pcpu_rth_output is always allocated by Julian Anastasov · 12 years ago
  98. e0adef0 ipv4: fix forwarding for strict source routes by Julian Anastasov · 12 years ago
  99. e81da0e ipv4: fix sending of redirects by Julian Anastasov · 12 years ago
  100. 8634724 ipv6: gro: fix PV6_GRO_CB(skb)->proto problem by Eric Dumazet · 12 years ago