summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Add a software TSO helper APIEzequiel Garcia2014-05-222-1/+73
* net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-211-16/+28
* pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf2014-05-161-25/+25
* net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-151-1/+8
* net: ptp: mark filter as __initdataMathias Krause2014-05-131-1/+1
* net: filter: Fix redefinition warnings on x86-64.David S. Miller2014-05-131-34/+37
* net: rename local_df to ignore_dfWANG Cong2014-05-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-34/+94
|\
| * Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-12/+10
| * rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
| * rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-9/+11
| * net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49
| * net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-241-2/+2
* | net: filter: make BPF conversion more readableAlexei Starovoitov2014-05-121-92/+50
* | unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu2014-05-051-4/+4
* | net: filter: misc/various cleanupsDaniel Borkmann2014-05-041-8/+7
* | net: filter: make register naming more comprehensibleDaniel Borkmann2014-05-041-106/+109
* | net: filter: simplify label names from jump-tableDaniel Borkmann2014-05-041-154/+154
* | ethtool: exit the loop when invalid index occursJean Sacren2014-04-281-1/+3
* | net_namespace: trivial cleanupxiao jin2014-04-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-242-9/+11
|\ \ | |/
| * net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
| * net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-221-2/+2
* | filter: added BPF random opcodeChema Gonzalez2014-04-221-0/+12
* | ethtool: Support for configurable RSS hash keyVenkata Duvvuru2014-04-221-14/+207
* | net: Add __dev_forward_skbHerbert Xu2014-04-201-18/+24
|/
* vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-181-0/+1
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-6/+9
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-141-1/+1
* net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-141-1/+0
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-04-131-1/+7
* pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-121-2/+6
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-5/+3
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-101-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-084-21/+28
|\
| * netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2
| * pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-071-1/+1
| * net: filter: be more defensive on div/mod by X==0Daniel Borkmann2014-04-071-16/+16
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-031-0/+1
| * net: add busy_poll device featureJiri Pirko2014-04-032-0/+8
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\ \
| * | net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-032-48/+8
|\ \ \ | |_|/ |/| |
| * | cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
| * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-132-2/+2
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-082-7/+3
| * | cgroup: drop module supportTejun Heo2014-02-082-2/+0
| * | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-082-36/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-0215-1177/+1813
|\ \ \
OpenPOWER on IntegriCloud