summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-23sunrpc: Remove sk_no_check settingTom Herbert
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme
2014-05-22openvswitch: Fix typo.Jarno Rajahalme
2014-05-22openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme
2014-05-22openvswitch: Make flow mask removal symmetric.Jarno Rajahalme
2014-05-22openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-22ieee802154: missing put_dev() on errorDan Carpenter
2014-05-22bridge: make br_device_notifier staticCong Wang
2014-05-22net/dccp/timer.c: use 'u64' instead of 's64' to avoid compiler's warningChen Gang
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister
2014-05-22vlan: more careful checksum features handlingMichal Kubeček
2014-05-22net: Add a software TSO helper APIEzequiel Garcia
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso
2014-05-19netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso
2014-05-19netfilter: nf_tables: pass context to nf_tables_updtable()Pablo Neira Ayuso
2014-05-19netfilter: nf_tables: disabling table hooks always succeedsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso
2014-05-19netfilter: nf_tables: refactor chain statistic routinesPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: relocate commit and abort routines in the source filePablo Neira Ayuso
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso
2014-05-19netfilter: nf_tables: deconstify table and chain in context structurePablo Neira Ayuso
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp
2014-05-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling
2014-05-18ipv4: minor spelling fixstephen hemminger