summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: filter: remove DL macroDaniel Borkmann2014-05-231-94/+99
* l2tp: Add support for zero IPv6 checksumsTom Herbert2014-05-233-2/+18
* net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-232-5/+23
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-2310-15/+16
* net: Eliminate no_check from protoswTom Herbert2014-05-2313-23/+0Star
* sunrpc: Remove sk_no_check settingTom Herbert2014-05-231-3/+0Star
* net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-6/+32
* openvswitch: Simplify genetlink code.Pravin B Shelar2014-05-231-95/+90Star
* openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-05-231-76/+116
* openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-05-231-44/+116
* openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme2014-05-231-25/+28
* openvswitch: Reduce locking requirements.Jarno Rajahalme2014-05-231-25/+29
* openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-05-232-7/+9
* openvswitch: Fix typo.Jarno Rajahalme2014-05-231-1/+1
* openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme2014-05-231-108/+110
* openvswitch: Make flow mask removal symmetric.Jarno Rajahalme2014-05-231-19/+25
* openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-05-231-22/+48
* openvswitch: Clarify locking.Jarno Rajahalme2014-05-232-7/+9
* openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-05-231-6/+8
* openvswitch: Compact sw_flow_key.Jarno Rajahalme2014-05-233-123/+62Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-225-130/+43Star
|\
| * net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2Star
| * xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-234-101/+41Star
| * xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-224-52/+26Star
* | ieee802154: missing put_dev() on errorDan Carpenter2014-05-221-2/+4
* | bridge: make br_device_notifier staticCong Wang2014-05-224-121/+99Star
* | net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang2014-05-221-1/+1
* | mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister2014-05-221-0/+2
* | mac802154: llsec: fold useless return value checkPhoebe Buckheister2014-05-221-1/+1
* | mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister2014-05-221-1/+1
* | vlan: more careful checksum features handlingMichal Kubeček2014-05-221-2/+2
* | net: Add a software TSO helper APIEzequiel Garcia2014-05-222-1/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-2210-461/+1215
|\ \
| * | netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso2014-05-191-39/+54
| * | netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso2014-05-191-55/+46Star
| * | netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso2014-05-191-58/+32Star
| * | netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso2014-05-191-14/+68
| * | netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso2014-05-191-19/+126
| * | netfilter: nf_tables: pass context to nf_tables_updtable()Pablo Neira Ayuso2014-05-191-25/+26
| * | netfilter: nf_tables: disabling table hooks always succeedsPablo Neira Ayuso2014-05-191-6/+3Star
| * | netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso2014-05-191-45/+158
| * | netfilter: nf_tables: refactor chain statistic routinesPablo Neira Ayuso2014-05-191-21/+24
| * | netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso2014-05-192-18/+115
| * | netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso2014-05-191-31/+43
| * | netfilter: nf_tables: relocate commit and abort routines in the source filePablo Neira Ayuso2014-05-191-80/+80
| * | netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso2014-05-191-54/+69
| * | netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso2014-05-191-29/+29
| * | netfilter: nf_tables: relax string validation of NFTA_CHAIN_TYPEPablo Neira2014-04-281-1/+1
| * | netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka2014-04-244-2/+154
| * | netfilter: nf_tables: Make meta expression core functions publicTomasz Bursztyka2014-04-231-25/+25