summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-14mac80211: Only accept data frames in OCB modeBertold Van den Bergh1-1/+1
2015-08-14mac80211: Set txrc.bss to true for OCB interfacesBertold Van den Bergh1-1/+2
2015-08-14nl80211: Allow setting multicast rate on OCB interfacesBertold Van den Bergh1-1/+2
2015-08-14cfg80211: propagate set_wiphy failure to userspaceMichal Kazior1-0/+1
2015-08-14cfg80211: regulatory: handle 5 and 10 MHz channels properlyMatthias May1-11/+53
2015-08-14inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-08-14net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-14net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-14net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-14net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-14net: Fix up inet_addr_type checksDavid Ahern5-14/+50
2015-08-14net: Add inet_addr lookup by tableDavid Ahern1-7/+15
2015-08-14udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-14net: Use VRF device index for lookups on TXDavid Ahern3-2/+14
2015-08-14net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-14net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek1-1/+4
2015-08-14net: allow sleeping when modifying store_rps_mapSasha Levin1-4/+4
2015-08-14net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+158
2015-08-14net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2-2/+114
2015-08-14net: track link status of ipv6 nexthopsAndy Gospodarek1-0/+2
2015-08-14ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-08-14net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing4-51/+56
2015-08-14tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-14tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-57/+139
2015-08-13mac80211: fix invalid read in minstrel_sort_best_tp_rates()Adrien Schildknecht1-5/+6
2015-08-13mac80211: remove always true conditionDan Carpenter1-4/+1
2015-08-13mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()Johannes Berg1-17/+0
2015-08-13rfkill: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+2
2015-08-13net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
2015-08-13net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-08-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2015-08-116lowpan: move module_init into core functionalityAlexander Aring2-19/+20
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring5-6/+32
2015-08-11Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring1-1/+1
2015-08-11net: rfkill: gpio: Remove BCM2E39 supportFrederic Danis1-1/+0
2015-08-11net: dsa: add support for switchdev FDB objectsVivien Didelot1-61/+81
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot1-7/+9
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller3-121/+106
2015-08-11batman-adv: Avoid u32 overflow during gateway selectRuben Wisniewski1-1/+1
2015-08-11batman-adv: Replace gw_reselect divisor with simple shiftSven Eckelmann1-5/+1
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern3-18/+24
2015-08-11net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+2
2015-08-11xfrm6: Fix IPv6 ECN decapsulationThomas Egerer1-2/+1
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann17-116/+162
2015-08-11inet: fix possible request socket leakEric Dumazet2-2/+2
2015-08-11inet: fix races with reqsk timersEric Dumazet2-2/+8
2015-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-19/+20
2015-08-11dsa: Support multiple MDIO bussesAndrew Lunn1-1/+11