Age | Commit message (Expand) | Author | Files | Lines |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+5 |
2014-05-16 | bonding: Fix stacked device detection in arp monitoring | Vlad Yasevich | 1 | -0/+26 |
2014-05-16 | vlan: Fix lockdep warning with stacked vlan devices. | Vlad Yasevich | 1 | -1/+0 |
2014-05-16 | net: Find the nesting level of a given device by type. | Vlad Yasevich | 1 | -0/+50 |
2014-05-16 | net: gro: make sure skb->cb[] initial content has not to be zero | Eric Dumazet | 2 | -2/+3 |
2014-05-15 | rtnetlink: wait for unregistering devices in rtnl_link_unregister() | Cong Wang | 3 | -3/+34 |
2014-05-14 | net: avoid dependency of net_get_random_once on nop patching | Hannes Frederic Sowa | 1 | -4/+4 |
2014-05-13 | neigh: set nud_state to NUD_INCOMPLETE when probing router reachability | Duan Jiong | 1 | -2/+2 |
2014-05-07 | Revert "net: core: introduce netif_skb_dev_features" | Florian Westphal | 1 | -12/+10 |
2014-04-24 | rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set | David Gibson | 1 | -6/+10 |
2014-04-24 | rtnetlink: Warn when interface's information won't fit in our packet | David Gibson | 1 | -5/+12 |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -9/+11 |
2014-04-24 | net: Add variants of capable for use on on sockets | Eric W. Biederman | 1 | -0/+49 |
2014-04-24 | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump | Eric W. Biederman | 1 | -2/+2 |
2014-04-23 | net: filter: initialize A and X registers | Alexei Starovoitov | 1 | -7/+9 |
2014-04-22 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski | 1 | -2/+2 |
2014-04-18 | vlan: Fix lockdep warning when vlan dev handle notification | dingtianhong | 1 | -0/+1 |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2 | -5/+5 |
2014-04-15 | ipv4: add a sock pointer to dst->output() path. | Eric Dumazet | 1 | -6/+9 |
2014-04-14 | net: Start with correct mac_len in skb_network_protocol | Vlad Yasevich | 1 | -1/+1 |
2014-04-14 | net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W | Daniel Borkmann | 1 | -1/+0 |
2014-04-13 | filter: prevent nla extensions to peek beyond the end of the message | Mathias Krause | 1 | -1/+7 |
2014-04-12 | pktgen: be friendly to LLTX devices | Daniel Borkmann | 1 | -2/+6 |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2 | -5/+3 |
2014-04-10 | net: core: don't account for udp header size when computing seglen | Florian Westphal | 1 | -5/+7 |
2014-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -21/+28 |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+7 |
2014-04-07 | netdev: remove potentially harmful checks | Veaceslav Falico | 1 | -4/+2 |
2014-04-07 | pktgen: fix xmit test for BQL enabled devices | Daniel Borkmann | 1 | -1/+1 |
2014-04-07 | net: filter: be more defensive on div/mod by X==0 | Daniel Borkmann | 1 | -16/+16 |
2014-04-03 | net-gro: reset skb->truesize in napi_reuse_skb() | Eric Dumazet | 1 | -0/+1 |
2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -48/+8 |
2014-04-03 | net: add busy_poll device feature | Jiri Pirko | 2 | -0/+8 |
2014-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 15 | -1177/+1813 |
2014-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2014-04-01 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2014-04-01 | netpoll: Use skb_irq_freeable to make zap_completion_queue safe. | Eric W. Biederman | 1 | -1/+1 |
2014-04-01 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 3 | -18/+142 |
2014-04-01 | net: filter: minor: fix kdoc in __sk_run_filter | Daniel Borkmann | 1 | -2/+2 |
2014-03-31 | net-gro: restore frag0 optimization | Eric Dumazet | 1 | -32/+64 |
2014-03-31 | net-sysfs: expose number of carrier on/off changes | david decotigny | 2 | -1/+16 |
2014-03-31 | net: Allow modules to use is_skb_forwardable | Vlad Yasevich | 1 | -2/+2 |
2014-03-31 | net: filter: rework/optimize internal BPF interpreter's instruction set | Alexei Starovoitov | 1 | -300/+1157 |
2014-03-31 | net: ptp: do not reimplement PTP/BPF classifier | Daniel Borkmann | 1 | -1/+7 |
2014-03-31 | net: ptp: use sk_unattached_filter_create() for BPF | Daniel Borkmann | 1 | -7/+14 |
2014-03-31 | net: filter: move filter accounting to filter core | Daniel Borkmann | 1 | -2/+25 |
2014-03-31 | net: filter: keep original BPF program around | Daniel Borkmann | 2 | -29/+80 |
2014-03-31 | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 1 | -0/+1 |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -12/+31 |
2014-03-29 | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 1 | -5/+5 |