summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net, sched: add clsact qdiscDaniel Borkmann2016-01-105-15/+174
| * | | | bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann2016-01-101-4/+13
| * | | | net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-5/+1
| * | | | ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-103-8/+8
| * | | | ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-103-8/+8
| * | | | ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-103-8/+9
| * | | | bridge: Reflect MDB entries to hardwareElad Raz2016-01-101-0/+23
| * | | | switchdev: Adding MDB entry offloadElad Raz2016-01-101-0/+2
| * | | | batman-adv: Add kerneldoc for batadv_neigh_node::refcountSven Eckelmann2016-01-091-0/+1
| * | | | batman-adv: Remove kerneldoc for missing struct membersSven Eckelmann2016-01-091-4/+0
| * | | | batman-adv: Fix kerneldoc member names in for main structsSven Eckelmann2016-01-091-6/+6
| * | | | batman-adv: Fix kernel-doc parsing of main structsSven Eckelmann2016-01-091-5/+10
| * | | | batman-adv: Split a condition checkMarkus Elfring2016-01-091-1/+4
| * | | | batman-adv: Delete an unnecessary check before the function call "batadv_soft...Markus Elfring2016-01-091-2/+1
| * | | | batman-adv: Less checks in batadv_tvlv_unicast_send()Markus Elfring2016-01-091-10/+5
| * | | | batman-adv: Delete unnecessary checks before the function call "kfree_skb"Markus Elfring2016-01-093-6/+3
| * | | | batman-adv: Add function to convert string to batadv throughputSven Eckelmann2016-01-091-68/+49
| * | | | batman-adv: only call post function if something changedSimon Wunderlich2016-01-091-3/+9
| * | | | batman-adv: increase BLA wait periods to 6Simon Wunderlich2016-01-091-1/+1
| * | | | batman-adv: purge bridge loop avoidance when its disabledSimon Wunderlich2016-01-093-1/+25
| * | | | batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flagMarek Lindner2016-01-092-5/+1
| * | | | batman-adv: Fix lockdep annotation of batadv_tlv_container_removeSven Eckelmann2016-01-091-1/+1
| * | | | batman-adv: Start new development cycleSimon Wunderlich2016-01-091-1/+1
| * | | | ipv4: eliminate lock count warnings in ping.cLance Richardson2016-01-081-0/+2
| * | | | ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson2016-01-081-8/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-0830-358/+709
| |\ \ \ \
| | * | | | netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-081-0/+38
| | * | | | netfilter: nft_byteorder: provide 64bit le/be conversionFlorian Westphal2016-01-081-0/+23
| | * | | | netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-081-1/+20
| | * | | | netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
| | * | | | netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA2016-01-081-0/+11
| | * | | | netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
| | * | | | netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA2016-01-081-1/+1
| | * | | | netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA2016-01-081-40/+32
| | * | | | netfilter: nf_ct_helper: define pr_fmt()Pablo Neira Ayuso2016-01-045-27/+28
| | * | | | netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso2016-01-043-0/+105
| | * | | | netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso2016-01-034-0/+159
| | * | | | netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso2016-01-031-3/+13
| | * | | | netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-282-7/+5
| | * | | | netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-2811-216/+169
| | * | | | netfilter: nf_tables: remove check against removal of inactive objectsPablo Neira Ayuso2015-12-281-20/+9
| | * | | | netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-282-33/+43
| | * | | | netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-287-8/+51
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-086-30/+76
| |\ \ \ \ \
| | * | | | | Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg2016-01-061-9/+18
| | * | | | | Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-052-12/+52
| | * | | | | Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-052-4/+5
| | * | | | | mac802154: constify ieee802154_llsec_ops structureJulia Lawall2016-01-041-1/+1
| | * | | | | Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driverHeikki Krogerus2016-01-041-4/+0
| * | | | | | dsa: Register netdev before phyAndrew Lunn2016-01-071-7/+7
OpenPOWER on IntegriCloud