summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2015-10-181-12/+22
* ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-161-15/+5
* ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-161-6/+11
* tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-141-2/+2
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-141-1/+1
* Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-10-143-3/+7
|\
| * mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan2015-10-131-1/+1
| * mac80211: fix handling of PS filtering with fast-xmitFelix Fietkau2015-09-242-2/+6
* | tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-141-3/+3
* | ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-131-5/+7
* | switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov2015-10-131-0/+3
* | ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2015-10-111-0/+3
* | ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa2015-10-111-0/+2
* | sch_hhf: fix return value of hhf_drop()WANG Cong2015-10-111-1/+10
* | bpf: clear sender_cpu before xmitAlexei Starovoitov2015-10-081-0/+1
* | act_mirred: clear sender cpu before sending to txWANG Cong2015-10-081-0/+1
* | openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer2015-10-071-7/+6
* | openvswitch: Extend ct_state match field to 32 bitsJoe Stringer2015-10-073-7/+7
* | openvswitch: Reject ct_state unsupported bitsJoe Stringer2015-10-072-0/+18
* | openvswitch: Ensure flow is valid before executing ctJoe Stringer2015-10-071-0/+6
* | openvswitch: Fix skb leak in ovs_fragment()Joe Stringer2015-10-071-4/+7
* | net: dsa: exit probe if no switch were foundNeil Armstrong2015-10-071-3/+16
* | net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong2015-10-071-12/+5
* | net: dsa: complete dsa_switch_destroyNeil Armstrong2015-10-071-0/+37
* | net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong2015-10-071-0/+2
* | net: dsa: add missing kfree on removeNeil Armstrong2015-10-071-1/+4
* | net: Fix vti use case with oif in dst lookups for IPv6David Ahern2015-10-071-0/+1
* | openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar2015-10-051-29/+13
* | ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov2015-10-051-1/+2
* | bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann2015-10-051-1/+5
* | openvswitch: Rename LABEL->LABELSJoe Stringer2015-10-055-49/+49
* | net/unix: fix logic about sk_peek_offsetAndrey Vagin2015-10-051-5/+7
* | act_mirred: always release tcf hashWANG Cong2015-10-051-3/+3
* | act_mirred: fix a race condition on mirred_listWANG Cong2015-10-051-1/+10
* | ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-051-3/+5
* | inet: fix race in reqsk_queue_unlink()Eric Dumazet2015-10-051-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-0110-42/+76
|\ \
| * | net: Initialize flow flags in input pathDavid Ahern2015-09-292-0/+2
| * | net: dsa: fix preparation of a port STP updateVivien Didelot2015-09-291-3/+8
| * | skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-4/+5
| * | net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
| * | net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1
| * | af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-291-1/+14
| * | net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-281-9/+11
| * | l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-281-2/+9
| * | sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-281-19/+23
| * | sctp: Whitespace fixKarl Heiss2015-09-281-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-015-35/+2
|\ \ \ | |/ / |/| |
| * | xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2648-341/+644
|\ \ \