summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer
2015-10-07net: dsa: exit probe if no switch were foundNeil Armstrong
2015-10-07net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong
2015-10-07net: dsa: complete dsa_switch_destroyNeil Armstrong
2015-10-07net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong
2015-10-07net: dsa: add missing kfree on removeNeil Armstrong
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov
2015-10-05bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer
2015-10-05net/unix: fix logic about sk_peek_offsetAndrey Vagin
2015-10-05act_mirred: always release tcf hashWANG Cong
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc
2015-10-05inet: fix race in reqsk_queue_unlink()Eric Dumazet
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-09-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2015-09-28sctp: Whitespace fixKarl Heiss
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever
2015-09-24net: fix net_device refcountingRussell King
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King
2015-09-24ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett
2015-09-24Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-09-24ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett
2015-09-24fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-09-24net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong
2015-09-24lwtunnel: remove source and destination UDP port config optionJiri Benc
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu
2015-09-23Fix AF_PACKET ABI breakage in 4.2David Woodhouse
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet
2015-09-22net: dsa: Fix Marvell Egress Trailer checkNeil Armstrong
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli