summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+14
* NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+4
* nfc: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
* nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2
* net: frags: Add VRF device index to cache and lookupDavid Ahern2015-08-131-5/+13
* net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern2015-08-131-1/+6
* net: Use passed in table for nexthop lookupsDavid Ahern2015-08-131-2/+11
* net: Add routes to the table associated with the deviceDavid Ahern2015-08-132-10/+23
* net: Fix up inet_addr_type checksDavid Ahern2015-08-135-14/+50
* net: Add inet_addr lookup by tableDavid Ahern2015-08-131-7/+15
* udp: Handle VRF device in sendmsgDavid Ahern2015-08-131-1/+21
* net: Use VRF device index for lookups on TXDavid Ahern2015-08-133-2/+14
* net: Use VRF device index for lookups on RXDavid Ahern2015-08-132-2/+9
* net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek2015-08-131-1/+4
* net: allow sleeping when modifying store_rps_mapSasha Levin2015-08-131-4/+4
* net: dsa: add support for switchdev VLAN objectsVivien Didelot2015-08-131-0/+158
* net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-132-2/+114
* net: track link status of ipv6 nexthopsAndy Gospodarek2015-08-131-0/+2
* tcp: TLP retransmits last if failed to send new packetYuchung Cheng2015-08-131-16/+22
* tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng2015-08-131-7/+6
* 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
OpenPOWER on IntegriCloud