summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings2016-03-161-1/+1
* sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-161-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-1415-131/+720
|\
| * netfilter: nf_conntrack: consolidate lock/unlock into unlock_waitNicholas Mc Guire2016-03-151-4/+2
| * openvswitch: Interface with NAT.Jarno Rajahalme2016-03-143-28/+502
| * openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme2016-03-141-5/+16
| * openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-03-141-2/+8
| * openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme2016-03-141-13/+90
| * openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme2016-03-141-3/+4
| * openvswitch: Add commentary to conntrack.cJarno Rajahalme2016-03-141-1/+20
| * netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-142-44/+16
| * netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2016-03-141-2/+0
| * netfilter: x_tables: check for size overflowFlorian Westphal2016-03-121-0/+3
| * netfilter: nft_compat: check match/targetinfo attr sizeFlorian Westphal2016-03-111-0/+6
| * Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-113-12/+35
| |\
| | * ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-03-071-1/+1
| | * ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
| | * ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-9/+28
| | * ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann2016-03-071-2/+2
| | * netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2016-02-291-0/+3
| * | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2016-03-104-31/+32
| |\ \
| | * | netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
| | * | netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* | | | net: diag: add a scheduling point in inet_diag_dump_icsk()Eric Dumazet2016-03-141-0/+1
* | | | net: dsa: refine netdev event notifierVivien Didelot2016-03-141-24/+30
* | | | net: dsa: make port_bridge_leave return voidVivien Didelot2016-03-141-6/+3
* | | | net: dsa: rename port_*_bridge routinesVivien Didelot2016-03-141-4/+4
* | | | bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdictFlorian Westphal2016-03-141-9/+7
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-146-18/+91
|\ \ \ \
| * | | | Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
| * | | | Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
| * | | | Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
| * | | | Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-104-11/+75
| * | | | Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
| * | | | Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
| * | | | 6lowpan: iphc: fix SAM/DAM bit commentAlexander Aring2016-03-101-2/+2
| * | | | 6lowpan: debugfs: add missing staticAlexander Aring2016-03-101-2/+2
| |/ / /
* | | | phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-3/+1
* | | | dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn2016-03-141-3/+0
* | | | dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn2016-03-141-12/+12
* | | | dsa: slave: Don't reference NULL pointer during phy_disconnectAndrew Lunn2016-03-141-4/+8
* | | | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-146-4/+16
* | | | net: caif: fix misleading indentationArnd Bergmann2016-03-141-1/+1
* | | | net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo2016-03-141-19/+19
* | | | tipc: make sure IPv6 header fits in skb headroomRichard Alpe2016-03-141-1/+1
* | | | net: add a hardware buffer management helper APIGregory CLEMENT2016-03-143-0/+91
* | | | GSO/UDP: Use skb->len instead of udph->len to determine length of original skbAlexander Duyck2016-03-131-5/+10
* | | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-2/+1
* | | | ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-133-2/+18
* | | | Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-03-132-2/+8
|\ \ \ \