summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
| | * | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-05-132-4/+57
| | |\ \ \ \ \
| | | * | | | | batman-adv: fix removing neigh_ifinfoSimon Wunderlich2014-05-111-0/+46
| | | * | | | | batman-adv: always run purge_orig_neighborsSimon Wunderlich2014-05-101-4/+4
| | | * | | | | batman-adv: fix neigh reference imbalanceSimon Wunderlich2014-05-101-0/+5
| | | * | | | | batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich2014-05-101-0/+2
| | * | | | | | neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-131-2/+2
| | * | | | | | ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani2014-05-131-1/+1
| | |/ / / / /
| * | | | | | crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
| * | | | | | libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-05-161-1/+19
* | | | | | | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-234-6/+7
* | | | | | | 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/+0
* | | | | | | sunrpc: Remove sk_no_check settingTom Herbert2014-05-231-3/+0
* | | | | | | 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-221-95/+90
* | | | | | | openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-05-221-76/+116
* | | | | | | openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-05-221-44/+116
* | | | | | | openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme2014-05-221-25/+28
* | | | | | | openvswitch: Reduce locking requirements.Jarno Rajahalme2014-05-221-25/+29
* | | | | | | openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-05-222-7/+9
* | | | | | | openvswitch: Fix typo.Jarno Rajahalme2014-05-221-1/+1
* | | | | | | openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme2014-05-221-108/+110
* | | | | | | openvswitch: Make flow mask removal symmetric.Jarno Rajahalme2014-05-221-19/+25
* | | | | | | openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-05-221-22/+48
* | | | | | | openvswitch: Clarify locking.Jarno Rajahalme2014-05-222-7/+9
* | | | | | | openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-05-221-6/+8
* | | | | | | openvswitch: Compact sw_flow_key.Jarno Rajahalme2014-05-223-123/+62
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-225-130/+43
|\ \ \ \ \ \ \
| * | | | | | | net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2
| * | | | | | | xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-234-101/+41
| * | | | | | | xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-224-52/+26
* | | | | | | | ieee802154: missing put_dev() on errorDan Carpenter2014-05-221-2/+4
* | | | | | | | bridge: make br_device_notifier staticCong Wang2014-05-224-121/+99
* | | | | | | | 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/+46
| * | | | | | | | netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso2014-05-191-58/+32
| * | | | | | | | 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