summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-03fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-03net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong1-15/+15
2015-10-03Fix AF_PACKET ABI breakage in 4.2David Woodhouse1-15/+17
2015-10-03tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-10-03openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-10-03netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-10-03netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-10-03rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu1-10/+16
2015-10-03bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing1-2/+2
2015-10-03sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-10-03netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann2-7/+32
2015-10-03ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-10-03net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-03ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-03sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann1-0/+3
2015-09-29SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-09-29SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-3/+8
2015-09-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+1
2015-09-29SUNRPC: Fix a thinko in xs_connect()Trond Myklebust1-4/+5
2015-09-29svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2-2/+1
2015-09-29mac80211: enable assoc check for mesh interfacesBob Copeland1-3/+0
2015-09-29nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-09-29nfc: netlink: Warning fixChristophe Ricard1-0/+1
2015-09-29nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard1-2/+2
2015-09-21fs: create and use seq_show_option for escapingKees Cook1-2/+5
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-25/+46
2015-08-28sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien1-0/+7
2015-08-26cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong1-0/+13
2015-08-26ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-08-25net: Fix RCU splat in af_keyDavid Ahern1-23/+23
2015-08-24netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA1-1/+1
2015-08-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2015-08-239p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-19batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann1-1/+4
2015-08-18ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2-11/+35
2015-08-18ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau1-4/+16
2015-08-18ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau1-12/+9
2015-08-18Merge tag 'mac80211-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/lin...David S. Miller1-5/+6
2015-08-17Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens1-6/+4
2015-08-14inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-08-14ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-08-14net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing4-51/+56
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-08-13net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-08-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2015-08-11inet: fix possible request socket leakEric Dumazet2-2/+2
2015-08-11inet: fix races with reqsk timersEric Dumazet2-2/+8
2015-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-19/+20