aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert17-33/+35
2015-08-17lwt: Add support to redirect dst.inputTom Herbert3-2/+69
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern1-9/+1
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller22-194/+491
2015-08-17net: Export bpf_prog_create_from_user().David S. Miller1-0/+1
2015-08-17ipv6: trivial whitespace fixIan Morris1-1/+2
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-48/+102
2015-08-17Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller41-801/+1418
2015-08-17packet: add extended BPF fanout modeWillem de Bruijn1-0/+31
2015-08-17packet: add classic BPF fanout modeWillem de Bruijn2-2/+102
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc1-43/+43
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-24/+27
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter1-2/+4
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
2015-08-15ieee802154: 6lowpan: fix non-lowpan wpan interfacesAlexander Aring1-3/+4
2015-08-15ieee802154: 6lowpan: fix packet layer registrationAlexander Aring1-5/+17
2015-08-14batman-adv: Fix potentially broken skb network header accessLinus Lüssing1-1/+6
2015-08-14batman-adv: remove broadcast packets scheduled for purged outgoing ifSimon Wunderlich1-1/+2
2015-08-14batman-adv: protect tt request from double deletionMarek Lindner1-4/+5
2015-08-14batman-adv: Fix potential synchronization issues in mcast tvlv handlerLinus Lüssing3-13/+58
2015-08-14batman-adv: Make MCAST capability changes atomicLinus Lüssing2-9/+11
2015-08-14batman-adv: Make TT capability changes atomicLinus Lüssing2-5/+7
2015-08-14batman-adv: Make NC capability changes atomicLinus Lüssing2-4/+5
2015-08-14batman-adv: Make DAT capability changes atomicLinus Lüssing2-5/+6
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg5-10/+12
2015-08-14mac80211: add rate mask logic for vht ratesLorenzo Bianconi6-16/+181
2015-08-14mac80211: define rate_control_apply_mask_ratetbl()Lorenzo Bianconi1-0/+27
2015-08-14mac80211: remove ieee80211_tx_rate dependency in rate mask codeLorenzo Bianconi1-68/+71
2015-08-14mac80211: remove ieee80211_tx_info from rate_control_apply_mask signatureLorenzo Bianconi1-6/+5
2015-08-14mac80211: Make OCB mode set BSSIDBertold Van den Bergh1-1/+1
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-13net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-13net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-13net: Fix up inet_addr_type checksDavid Ahern5-14/+50
2015-08-13net: Add inet_addr lookup by tableDavid Ahern1-7/+15
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern3-2/+14
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-13net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek1-1/+4
2015-08-13net: allow sleeping when modifying store_rps_mapSasha Levin1-4/+4
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+158
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2-2/+114
2015-08-13net: track link status of ipv6 nexthopsAndy Gospodarek1-0/+2