summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Add support for device specific address syncingAlexander Duyck2014-06-021-0/+85
* net: filter: improve filter block macrosDaniel Borkmann2014-06-011-124/+72
* net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-011-216/+125
* net: tso: Export symbols for modular buildSachin Kamat2014-05-301-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-246-12/+119
|\
| * bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+26
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-161-1/+0
| * net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-161-0/+50
| * net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-162-2/+3
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-153-3/+34
| * net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
| * neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-131-2/+2
* | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-232-2/+2
* | net: filter: remove DL macroDaniel Borkmann2014-05-231-94/+99
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+2
* | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-6/+32
* | 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
OpenPOWER on IntegriCloud