aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-10net, sched: add clsact qdiscDaniel Borkmann5-15/+174
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann1-4/+13
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann1-5/+1
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov3-8/+8
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov3-8/+8
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov3-8/+9
2016-01-10bridge: Reflect MDB entries to hardwareElad Raz1-0/+23
2016-01-10switchdev: Adding MDB entry offloadElad Raz1-0/+2
2016-01-09batman-adv: Add kerneldoc for batadv_neigh_node::refcountSven Eckelmann1-0/+1
2016-01-09batman-adv: Remove kerneldoc for missing struct membersSven Eckelmann1-4/+0
2016-01-09batman-adv: Fix kerneldoc member names in for main structsSven Eckelmann1-6/+6
2016-01-09batman-adv: Fix kernel-doc parsing of main structsSven Eckelmann1-5/+10
2016-01-09batman-adv: Split a condition checkMarkus Elfring1-1/+4
2016-01-09batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_free_ref"Markus Elfring1-2/+1
2016-01-09batman-adv: Less checks in batadv_tvlv_unicast_send()Markus Elfring1-10/+5
2016-01-09batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring3-6/+3
2016-01-09batman-adv: Add function to convert string to batadv throughputSven Eckelmann1-68/+49
2016-01-09batman-adv: only call post function if something changedSimon Wunderlich1-3/+9
2016-01-09batman-adv: increase BLA wait periods to 6Simon Wunderlich1-1/+1
2016-01-09batman-adv: purge bridge loop avoidance when its disabledSimon Wunderlich3-1/+25
2016-01-09batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flagMarek Lindner2-5/+1
2016-01-09batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann1-1/+1
2016-01-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2016-01-08ipv4: eliminate lock count warnings in ping.cLance Richardson1-0/+2
2016-01-08ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson1-8/+8
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller30-358/+709
2016-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller6-30/+76
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal1-0/+38
2016-01-08netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal1-0/+23
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a1-1/+20
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flagKen-ichirou MATSUZAWA1-0/+11
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA1-1/+1
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA1-40/+32
2016-01-07dsa: Register netdev before phyAndrew Lunn1-7/+7
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+2
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-33/+62
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller1-0/+31
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz1-0/+11
2016-01-06bridge: add vlan filtering change notificationElad Raz1-2/+16
2016-01-06bridge: Propagate vlan add failure to userElad Raz1-1/+10
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg1-9/+18
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek2-8/+12