aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
...
| * | | net: filter: Fix redefinition warnings on x86-64.David S. Miller2014-05-13
| * | | net: rename local_df to ignore_dfWANG Cong2014-05-12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-12
| |\ \ \
| * | | | net: filter: make BPF conversion more readableAlexei Starovoitov2014-05-12
| * | | | unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu2014-05-05
| * | | | net: filter: misc/various cleanupsDaniel Borkmann2014-05-04
| * | | | net: filter: make register naming more comprehensibleDaniel Borkmann2014-05-04
| * | | | net: filter: simplify label names from jump-tableDaniel Borkmann2014-05-04
| * | | | ethtool: exit the loop when invalid index occursJean Sacren2014-04-28
| * | | | net_namespace: trivial cleanupxiao jin2014-04-26
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-24
| |\ \ \ \
| * | | | | filter: added BPF random opcodeChema Gonzalez2014-04-22
| * | | | | ethtool: Support for configurable RSS hash keyVenkata Duvvuru2014-04-22
| * | | | | net: Add __dev_forward_skbHerbert Xu2014-04-20
* | | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-09
|\ \ \ \ \ \
| * | | | | | cgroup: remove css_parent()Tejun Heo2014-05-16
| * | | | | | cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-13
| |/ / / / /
* | | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* | | | | | net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu2014-06-02
* | | | | | net: fix wrong mac_len calculation for vlansNikolay Aleksandrov2014-06-01
|/ / / / /
* | | | | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-16
* | | | | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-16
* | | | | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-16
* | | | | net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-16
* | | | | rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-15
* | | | | net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-14
* | | | | neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-13
| |_|_|/ |/| | |
* | | | Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-07
* | | | rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-24
* | | | rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-24
* | | | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* | | | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-24
* | | | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-24
| |_|/ |/| |
* | | net: filter: initialize A and X registersAlexei Starovoitov2014-04-23
* | | net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-22
| |/ |/|
* | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-18
|/
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-15
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-14
* net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-14
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-04-13
* pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-12
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-08
|\
| * netdev: remove potentially harmful checksVeaceslav Falico2014-04-07
| * pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-07
| * net: filter: be more defensive on div/mod by X==0Daniel Borkmann2014-04-07
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-03