1. d838df2 vmci: propagate msghdr all way down to __qp_memcpy_from_queue() by Al Viro · 10 years ago
  2. 56c39fb switch l2cap ->memcpy_fromiovec() to msghdr by Al Viro · 10 years ago
  3. f4362a2 switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg) by Al Viro · 10 years ago
  4. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  5. 19e3c66 ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt" by Al Viro · 10 years ago
  6. b61e9dc raw.c: stick msghdr into raw_frag_vec by Al Viro · 10 years ago
  7. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  8. d2b2a13 openvswitch: set correct protocol on route lookup by Jiri Benc · 10 years ago
  9. bd42b78 net: sched: cls_basic: fix error path in basic_change() by Jiri Pirko · 10 years ago
  10. 0cf00c6 net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code by Gu Zheng · 10 years ago
  11. 42eef7a tcp_cubic: refine Hystart delay threshold by Eric Dumazet · 10 years ago
  12. 6e3a8a9 tcp_cubic: add SNMP counters to track how effective is Hystart by Eric Dumazet · 10 years ago
  13. 57d743a net: sched: cls: remove unused op put from tcf_proto_ops by Jiri Pirko · 10 years ago
  14. 4988bb4 tipc: fix missing spinlock init and nullptr oops by Erik Hugne · 10 years ago
  15. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  16. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  17. 88b17b6 tipc: drop tx side permission checks by Erik Hugne · 10 years ago
  18. 86fe8f8 ipv6: remove useless spin_lock/spin_unlock by Duan Jiong · 10 years ago
  19. 6db70e3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  20. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  21. 18b5427 net_sched: cls_cgroup: remove unnecessary if by Jiri Pirko · 10 years ago
  22. 2f8a296 net_sched: cls_flow: remove duplicate assignments by Jiri Pirko · 10 years ago
  23. 6a659cd net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu by Jiri Pirko · 10 years ago
  24. 3fe6b49 net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcu by Jiri Pirko · 10 years ago
  25. 472f583 net_sched: cls_bpf: remove unnecessary iteration and use passed arg by Jiri Pirko · 10 years ago
  26. e438645 net_sched: cls_basic: remove unnecessary iteration and use passed arg by Jiri Pirko · 10 years ago
  27. 97ede29 tipc: convert name table read-write lock to RCU by Ying Xue · 10 years ago
  28. 834caaf tipc: remove unnecessary INIT_LIST_HEAD by Ying Xue · 10 years ago
  29. 5492390 tipc: simplify relationship between name table lock and node lock by Ying Xue · 10 years ago
  30. 3493d25 tipc: any name table member must be protected under name table lock by Ying Xue · 10 years ago
  31. fb9962f tipc: ensure all name sequences are properly protected with its lock by Ying Xue · 10 years ago
  32. 38622f4 tipc: ensure all name sequences are released when name table is stopped by Ying Xue · 10 years ago
  33. 993bfe5 tipc: make name table allocated dynamically by Ying Xue · 10 years ago
  34. 1b61e70 tipc: remove size variable from publ_list struct by Ying Xue · 10 years ago
  35. 60c04ae udp: Neaten and reduce size of compute_score functions by Joe Perches · 10 years ago
  36. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 10 years ago
  37. 7ce875e ipv4: warn once on passing AF_INET6 socket to ip_recv_error by Willem de Bruijn · 10 years ago
  38. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  39. 244ebd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  40. cac3763 netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:net, port, net by Jozsef Kadlecsik · 10 years ago
  41. 77b4311 netfilter: ipset: Allocate the proper size of memory when /0 networks are supported by Jozsef Kadlecsik · 10 years ago
  42. 25a76f3 netfilter: ipset: Simplify cidr handling for hash:*net* types by Jozsef Kadlecsik · 10 years ago
  43. 59de79c netfilter: ipset: Indicate when /0 networks are supported by Jozsef Kadlecsik · 10 years ago
  44. a51b919 netfilter: ipset: Alignment problem between 64bit kernel 32bit userspace by Jozsef Kadlecsik · 10 years ago
  45. 86ac79c netfilter: ipset: Support updating extensions when the set is full by Jozsef Kadlecsik · 10 years ago
  46. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  47. 065c212 bridge: move private brport flags to if_bridge.h so port drivers can use flags by Scott Feldman · 10 years ago
  48. cf6b8e1 bridge: add API to notify bridge driver of learned FBD on offloaded device by Scott Feldman · 10 years ago
  49. 38dcf35 bridge: call netdev_sw_port_stp_update when bridge port STP status changes by Scott Feldman · 10 years ago
  50. aecbe01 net-sysfs: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  51. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  52. 007f790 net: introduce generic switch devices support by Jiri Pirko · 10 years ago
  53. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  54. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  55. 93859b1 bridge: convert flags in fbd entry into bitfields by Jiri Pirko · 10 years ago
  56. 020ec6b bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion by Jiri Pirko · 10 years ago
  57. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 4338c57 netfilter: nf_log_ipv6: correct typo in module description by Steven Noonan · 10 years ago
  59. 8e84597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  60. b59eaf9 netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module by Pablo Neira Ayuso · 10 years ago
  61. 1b63d4b netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 traffic by Alvaro Neira · 10 years ago
  62. 68b0faa netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functions by Alvaro Neira · 10 years ago
  63. c41884c netfilter: conntrack: avoid zeroing timer by Florian Westphal · 10 years ago
  64. abc86d0 netfilter: xt_recent: relax ip_pkt_list_tot restrictions by Florian Westphal · 10 years ago
  65. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  66. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  67. 6f705d8 bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE by Thomas Graf · 10 years ago
  68. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  69. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  70. f03273f tipc: use generic SKB list APIs to manage link receive queue by Ying Xue · 10 years ago
  71. bc6fecd tipc: use generic SKB list APIs to manage deferred queue of link by Ying Xue · 10 years ago
  72. 58dc55f tipc: use generic SKB list APIs to manage link transmission queue by Ying Xue · 10 years ago
  73. 58d78b3 tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine by Ying Xue · 10 years ago
  74. 99315ad tipc: remove unused between routine by Ying Xue · 10 years ago
  75. 58311d1 tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED by Ying Xue · 10 years ago
  76. 47b4c9a tipc: clean up the process of link pushing packets by Ying Xue · 10 years ago
  77. 7b6f087 tipc: remove retransmission queue by Ying Xue · 10 years ago
  78. 8965d25 tipc: remove protocol message queue by Ying Xue · 10 years ago
  79. a8f48af tipc: remove node subscription infrastructure by Ying Xue · 10 years ago
  80. 73cf0e9 ipv6: Remove unnecessary test by zhuyj · 10 years ago
  81. 4fd671d gue: Call remcsum_adjust by Tom Herbert · 10 years ago
  82. ced7a04 pkt_sched: fq: increase max delay from 125 ms to one second by Eric Dumazet · 10 years ago
  83. b914c5b Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  84. d3fc6b3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  85. c3658e8 tcp: fix possible NULL dereference in tcp_vX_send_reset() by Eric Dumazet · 10 years ago
  86. 43612d7 Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse" by Pablo Neira · 10 years ago
  87. f375081 ip6_udp_tunnel: Fix checksum calculation by Alexander Duyck · 10 years ago
  88. 91a0b60 net/ping: handle protocol mismatching scenario by Jane Zhou · 10 years ago
  89. 6e58040 af_packet: fix sparse warning by Michael S. Tsirkin · 10 years ago
  90. be6572f ipv6: gre: fix wrong skb->protocol in WCCP by Yuri Chislov · 10 years ago
  91. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 10 years ago
  92. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  93. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  94. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  95. 7424ce6 [atm] switch vcc_sendmsg() to copy_from_iter() by Al Viro · 10 years ago
  96. 0f7db23 vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr by Al Viro · 10 years ago
  97. 45dcc68 tipc_msg_build(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  98. 562640f tipc_sendmsg(): pass msghdr instead of its ->msg_iov by Al Viro · 10 years ago
  99. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  100. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago