summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer
2016-01-28sctp: remove the dead field of sctp_transportXin Long
2016-01-28sctp: hold transport before we access t->asoc in sctp procXin Long
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-24af_unix: fix struct pid memory leakEric Dumazet
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek
2016-01-19af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa
2016-01-18netfilter: nf_tables_netdev: fix error path in module initializationPablo Neira Ayuso
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-01-15bridge: fix lockdep addr_list_lock false positive splatNikolay Aleksandrov
2016-01-15net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-15sctp: support to lookup with ep+paddr in transport rhashtableXin Long
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso
2016-01-13Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller