Age | Commit message (Expand) | Author | Files | Lines |
2017-07-25 | 6lowpan: fix set not used warning | stephen hemminger | 1 | -3/+0 |
2017-07-25 | socket: fix set not used warning | stephen hemminger | 1 | -4/+2 |
2017-07-25 | netfilter: remove unused variable | stephen hemminger | 1 | -1/+1 |
2017-07-24 | tcp: remove redundant argument from tcp_rcv_established() | Matvejchikov Ilya | 4 | -5/+7 |
2017-07-24 | skbuff: re-add check for NULL skb->head in kfree_skb path | Florian Westphal | 1 | -1/+2 |
2017-07-24 | Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2 | -1/+191 |
2017-07-24 | sctp: remove the typedef sctp_abort_chunk_t | Xin Long | 1 | -4/+4 |
2017-07-24 | sctp: remove the typedef sctp_heartbeat_chunk_t | Xin Long | 1 | -1/+2 |
2017-07-24 | sctp: remove the typedef sctp_heartbeathdr_t | Xin Long | 1 | -1/+1 |
2017-07-24 | sctp: remove the typedef sctp_sack_chunk_t | Xin Long | 2 | -3/+3 |
2017-07-24 | sctp: remove the typedef sctp_sackhdr_t | Xin Long | 1 | -1/+1 |
2017-07-24 | sctp: remove the typedef sctp_sack_variable_t | Xin Long | 1 | -5/+5 |
2017-07-24 | sctp: remove the typedef sctp_unrecognized_param_t | Xin Long | 1 | -11/+7 |
2017-07-24 | sctp: remove the typedef sctp_cookie_param_t | Xin Long | 1 | -8/+10 |
2017-07-24 | sctp: remove the typedef sctp_initack_chunk_t | Xin Long | 1 | -7/+6 |
2017-07-24 | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled | Sabrina Dubroca | 1 | -1/+21 |
2017-07-24 | net: add infrastructure to un-offload UDP tunnel port | Sabrina Dubroca | 1 | -0/+18 |
2017-07-24 | net: check UDP tunnel RX port offload feature before calling tunnel ndo ndo | Sabrina Dubroca | 1 | -1/+6 |
2017-07-24 | net: add new netdevice feature for offload of RX port for UDP tunnels | Sabrina Dubroca | 2 | -0/+7 |
2017-07-21 | rxrpc: Move the packet.h include file into net/rxrpc/ | David Howells | 2 | -1/+191 |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 63 | -1395/+1369 |
2017-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 25 | -216/+141 |
2017-07-20 | rds: Make sure updates to cp_send_gen can be observed | HÃ¥kon Bugge | 1 | -3/+3 |
2017-07-20 | ipv4: initialize fib_trie prior to register_netdev_notifier call. | Mahesh Bandewar | 1 | -4/+5 |
2017-07-20 | rtnetlink: allocate more memory for dev_set_mac_address() | WANG Cong | 1 | -1/+2 |
2017-07-19 | ipv6: avoid overflow of offset in ip6_find_1stfragopt | Sabrina Dubroca | 1 | -2/+6 |
2017-07-19 | Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" | David Ahern | 1 | -0/+1 |
2017-07-19 | net: make dev_close and related functions void | stephen hemminger | 1 | -15/+11 |
2017-07-19 | bluetooth: 6lowpan dev_close never returns error | stephen hemminger | 1 | -5/+1 |
2017-07-19 | net: dsa: unexport dsa_is_port_initialized | Vivien Didelot | 1 | -0/+5 |
2017-07-19 | net/packet: remove unused PGV_FROM_VMALLOC definition. | Rosen, Rami | 1 | -2/+0 |
2017-07-19 | tcp: adjust tail loss probe timeout | Yuchung Cheng | 2 | -8/+11 |
2017-07-19 | openvswitch: Optimize operations for OvS flow_stats. | Tonghao Zhang | 3 | -4/+9 |
2017-07-19 | openvswitch: Optimize updating for OvS flow_stats. | Tonghao Zhang | 1 | -2/+1 |
2017-07-19 | net: Zero terminate ifr_name in dev_ifname(). | David S. Miller | 1 | -0/+1 |
2017-07-19 | wireless: wext: terminate ifr name coming from userspace | Levin, Alexander | 1 | -0/+2 |
2017-07-18 | netfilter: fix netfilter_net_init() return | Dan Carpenter | 1 | -2/+2 |
2017-07-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 5 | -157/+14 |
2017-07-18 | udp: preserve skb->dst if required for IP options processing | Paolo Abeni | 1 | -2/+11 |
2017-07-18 | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() | Alexander Potapenko | 2 | -0/+2 |
2017-07-18 | xfrm: add xdst pcpu cache | Florian Westphal | 3 | -3/+131 |
2017-07-18 | xfrm: remove flow cache | Florian Westphal | 8 | -653/+1 |
2017-07-18 | xfrm_policy: make xfrm_bundle_lookup return xfrm dst object | Florian Westphal | 1 | -16/+12 |
2017-07-18 | xfrm_policy: remove xfrm_policy_lookup | Florian Westphal | 1 | -32/+4 |
2017-07-18 | xfrm_policy: kill flow to policy dir conversion | Florian Westphal | 1 | -42/+4 |
2017-07-18 | xfrm_policy: remove always true/false branches | Florian Westphal | 1 | -60/+14 |
2017-07-18 | xfrm_policy: bypass flow_cache_lookup | Florian Westphal | 1 | -9/+5 |
2017-07-18 | net: xfrm: revert to lower xfrm dst gc limit | Florian Westphal | 2 | -2/+2 |
2017-07-18 | vti: revert flush x-netns xfrm cache when vti interface is removed | Florian Westphal | 2 | -62/+0 |
2017-07-17 | net: Revert "net: add function to allocate sk_buff head without data area" | Florian Westphal | 1 | -29/+2 |