summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-1325-57/+139
|\
| * net: dsa: Do not override PHY interface if already configuredFlorian Fainelli2015-08-121-1/+2
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-111-1/+1
| |\
| | * Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski2015-08-061-1/+1
| * | inet: fix possible request socket leakEric Dumazet2015-08-102-2/+2
| * | inet: fix races with reqsk timersEric Dumazet2015-08-102-2/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-105-19/+20
| |\ \
| | * | netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-102-2/+4
| | * | netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
| | * | netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer2015-08-051-2/+2
| | * | netfilter: nf_conntrack: checking for IS_ERR() instead of NULLDan Carpenter2015-07-302-5/+4
| | * | netfilter: nf_conntrack: silence warning on falling back to vmalloc()Pablo Neira Ayuso2015-07-301-3/+1
| * | | ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-101-2/+4
| * | | netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann2015-08-101-0/+5
| * | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-074-10/+42
| |\ \ \
| | * | | batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich2015-08-051-0/+2
| | * | | batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner2015-08-051-1/+10
| | * | | batman-adv: fix kernel crash due to missing NULL checksMarek Lindner2015-08-052-4/+17
| | * | | batman-adv: avoid DAT to mess up LAN stateAntonio Quartulli2015-08-051-5/+13
| | | |/ | | |/|
| * | | bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov2015-08-061-0/+2
| * | | bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov2015-08-061-0/+2
| * | | net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov2015-08-061-3/+0
| * | | net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-08-061-6/+7
| |/ /
| * | udp: fix dst races with multicast early demuxEric Dumazet2015-08-031-3/+10
| * | rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-08-031-1/+1
| * | act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-031-0/+2
| * | openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-031-4/+12
| * | fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-021-3/+19
* | | net: ipv4: increase dhcp inter device timeoutMugunthan V N2015-08-121-1/+1
* | | net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-111-61/+81
* | | net: switchdev: support static FDB addressesVivien Didelot2015-08-111-1/+1
* | | net: dsa: change FDB routines prototypesVivien Didelot2015-08-111-7/+9
* | | Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-113-121/+106
* | | dsa: Support multiple MDIO bussesAndrew Lunn2015-08-101-1/+11
* | | gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-102-216/+200
* | | openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-104-250/+59
* | | ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-104-27/+209
* | | openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar2015-08-103-20/+20
* | | net: add explicit logging and stat for neighbour table overflowRick Jones2015-08-101-4/+10
* | | bridge: netlink: add support for vlan_filtering attributeNikolay Aleksandrov2015-08-103-7/+32
* | | net: ethernet: Fix double word "the the" in eth.cMasanari Iida2015-08-091-1/+1
* | | mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman2015-08-091-27/+44
* | | net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-091-102/+116
* | | net: switchdev: support static FDB addressesVivien Didelot2015-08-091-1/+1
* | | net: switchdev: change fdb addr for a byte arrayVivien Didelot2015-08-092-3/+4
* | | net:wimax: Fix doucble word "the the" in networking.xmlMasanari Iida2015-08-091-2/+1
* | | net: Fix race condition in store_rps_mapTom Herbert2015-08-071-4/+7
* | | openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang2015-08-071-1/+4
* | | vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-1/+1
* | | RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-074-50/+162
OpenPOWER on IntegriCloud