summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-14Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+7
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov1-0/+3
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan1-1/+1
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa1-0/+2
2015-10-11sch_hhf: fix return value of hhf_drop()WANG Cong1-1/+10
2015-10-08bpf: clear sender_cpu before xmitAlexei Starovoitov1-0/+1
2015-10-08act_mirred: clear sender cpu before sending to txWANG Cong1-0/+1
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-7/+6
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer3-7/+7
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer2-0/+18
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer1-0/+6
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer1-4/+7
2015-10-07net: dsa: exit probe if no switch were foundNeil Armstrong1-3/+16
2015-10-07net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong1-12/+5
2015-10-07net: dsa: complete dsa_switch_destroyNeil Armstrong1-0/+37
2015-10-07net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong1-0/+2
2015-10-07net: dsa: add missing kfree on removeNeil Armstrong1-1/+4
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar1-29/+13
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov1-1/+2
2015-10-05bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann1-1/+5
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer5-49/+49
2015-10-05net/unix: fix logic about sk_peek_offsetAndrey Vagin1-5/+7
2015-10-05act_mirred: always release tcf hashWANG Cong1-3/+3
2015-10-05act_mirred: fix a race condition on mirred_listWANG Cong1-1/+10
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc1-3/+5
2015-10-05inet: fix race in reqsk_queue_unlink()Eric Dumazet1-9/+10
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-42/+76
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-35/+2
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein1-2/+1
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko1-9/+11
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2015-09-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2015-09-28sctp: Whitespace fixKarl Heiss1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-341/+644
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-12/+21
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever5-35/+2
2015-09-24net: fix net_device refcountingRussell King2-1/+13
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King1-7/+31