summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: cttimeout: add netns supportPablo Neira2015-12-145-34/+57
* netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal2015-12-091-11/+5
* netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2
* netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8
* netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-096-3/+31
* netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-098-19/+398
* netfilter: nft_payload: add packet mangling supportPatrick McHardy2015-11-253-6/+155
* netfilter: nf_tables: remove unused struct membersFlorian Westphal2015-11-251-2/+0
* netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-254-2/+39
* netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-234-56/+42
* netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-234-86/+40
* netfilter: remove duplicate includestephen hemminger2015-11-232-2/+0
* netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPIMarcelo Ricardo Leitner2015-11-232-9/+16
* netfilter-bridge: layout of if statementsIan Morris2015-11-232-6/+6
* netfilter-bridge: brace placementIan Morris2015-11-232-6/+3
* netfilter-bridge: use netdev style commentsIan Morris2015-11-233-46/+56
* netfilter-bridge: Cleanse indentationIan Morris2015-11-234-25/+25
* netfilter: fix include files for compilationMikko Rapeli2015-11-2326-8/+42
* netfilter: ebtables: use __u64 from linux/types.hMikko Rapeli2015-11-231-2/+4
* gianfar: use of_property_read_bool()Saurabh Sengar2015-11-221-4/+1
* bnx2x: Utilize FW 7.13.1.0.Yuval Mintz2015-11-221-20/+23
* net: IPv6 fib lookup tracepointDavid Ahern2015-11-223-0/+90
* net: avoid NULL deref in napi_get_frags()Eric Dumazet2015-11-201-2/+4
* ravb: use clock rate as basis for GTI.TIVSimon Horman2015-11-202-1/+40
* dl2k: Implement suspendOndrej Zary2015-11-201-14/+65
* dl2k: Reorder and cleanup initializationOndrej Zary2015-11-201-39/+56
* dl2k: Handle memory allocation errors in alloc_listOndrej Zary2015-11-201-85/+97
* Merge branch 'tipc-cleanups-improvements'David S. Miller2015-11-2016-1074/+1151
|\
| * tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-206-133/+133
| * tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-207-345/+415
| * tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-207-461/+462
| * tipc: convert node lock to rwlockJon Paul Maloy2015-11-203-133/+136
| * tipc: introduce per-link spinlockJon Paul Maloy2015-11-203-26/+25
| * tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-206-67/+74
| * tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-201-3/+2
| * tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-203-5/+3
|/
* Merge branch 'bnx2x-stats'David S. Miller2015-11-201-5/+4
|\
| * bnx2x: Show port statistics in Multi-functionYuval Mintz2015-11-201-3/+1
| * bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz2015-11-201-2/+3
|/
* Merge branch 'ppp-kill-zombie-state'David S. Miller2015-11-203-24/+5
|\
| * ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault2015-11-203-4/+3
| * ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault2015-11-201-20/+2
|/
* Merge branch 'mlxsw-vlan'David S. Miller2015-11-201-45/+84
|\
| * mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel2015-11-201-15/+46
| * mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel2015-11-201-24/+34
| * mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel2015-11-201-10/+8
|/
* bpf: add show_fdinfo handler for mapsDaniel Borkmann2015-11-201-1/+21
* net: encx24j600: move rev announcement to probe functionJon Ringle2015-11-201-12/+12
* Merge branch 'net-generic-busy-polling'David S. Miller2015-11-1841-507/+171
|\
| * net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-1814-20/+16