summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2-6/+3
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-173/+420
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-297/+556
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann4-6/+7
2014-05-24net: filter: remove DL macroDaniel Borkmann1-94/+99
2014-05-24l2tp: Add support for zero IPv6 checksumsTom Herbert3-2/+18
2014-05-24net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2-5/+23
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert10-15/+16
2014-05-24net: Eliminate no_check from protoswTom Herbert13-23/+0
2014-05-24sunrpc: Remove sk_no_check settingTom Herbert1-3/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-6/+32
2014-05-23openvswitch: Simplify genetlink code.Pravin B Shelar1-95/+90
2014-05-23openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme1-76/+116
2014-05-23openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme1-44/+116
2014-05-23openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme1-25/+28
2014-05-23openvswitch: Reduce locking requirements.Jarno Rajahalme1-25/+29
2014-05-23openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2-7/+9
2014-05-23openvswitch: Fix typo.Jarno Rajahalme1-1/+1
2014-05-23openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme1-108/+110
2014-05-23openvswitch: Make flow mask removal symmetric.Jarno Rajahalme1-19/+25
2014-05-23openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme1-22/+48
2014-05-23openvswitch: Clarify locking.Jarno Rajahalme2-7/+9
2014-05-23openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-6/+8
2014-05-23openvswitch: Compact sw_flow_key.Jarno Rajahalme3-123/+62
2014-05-23batman: fix a bogus warning from batadv_is_on_batman_iface()Cong Wang1-1/+1
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-130/+43
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-22ieee802154: missing put_dev() on errorDan Carpenter1-2/+4
2014-05-22bridge: make br_device_notifier staticCong Wang4-121/+99
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang1-1/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-05-22net: Add a software TSO helper APIEzequiel Garcia2-1/+73
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller10-461/+1215
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-14/+23
2014-05-22ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2-6/+2
2014-05-22net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-16/+28
2014-05-22net_sched: fix an oops in tcindex filterCong Wang1-10/+20
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing1-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert1-0/+1
2014-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-26/+23
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso1-39/+54
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso1-55/+46
2014-05-19netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso1-58/+32
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso1-14/+68
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso1-19/+126