Age | Commit message (Expand) | Author | Files | Lines |
2014-04-01 | mac802154: make csma/cca parameters per-wpan | Phoebe Buckheister | 9 | -235/+234 |
2014-04-01 | mac802154: allow only one WPAN to be up at any given time | Phoebe Buckheister | 2 | -0/+26 |
2014-04-01 | net: filter: minor: fix kdoc in __sk_run_filter | Daniel Borkmann | 1 | -2/+2 |
2014-03-31 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 6 | -77/+106 |
2014-03-31 | ipv6: some ipv6 statistic counters failed to disable bh | Hannes Frederic Sowa | 4 | -10/+11 |
2014-03-31 | ipv6: strengthen fallback fragmentation id generation | Hannes Frederic Sowa | 1 | -12/+15 |
2014-03-31 | net-gro: restore frag0 optimization | Eric Dumazet | 1 | -32/+64 |
2014-03-31 | rds: prevent dereference of a NULL device in rds_iw_laddr_check | Sasha Levin | 1 | -1/+2 |
2014-03-31 | net-sysfs: expose number of carrier on/off changes | david decotigny | 3 | -1/+18 |
2014-03-31 | ipv6: tcp_ipv6 policy route issue | Wang Yufen | 1 | -7/+11 |
2014-03-31 | ipv6: reuse rt6_need_strict | Wang Yufen | 1 | -6/+0 |
2014-03-31 | ipv6: tcp_ipv6 do some cleanup | Wang Yufen | 1 | -13/+11 |
2014-03-31 | bridge: use is_skb_forwardable in forward path | Vlad Yasevich | 1 | -7/+2 |
2014-03-31 | net: Allow modules to use is_skb_forwardable | Vlad Yasevich | 1 | -2/+2 |
2014-03-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 6 | -77/+106 |
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 | 16 | -122/+257 |
2014-03-29 | ipv6: fix checkpatch errors of "foo*" and "foo * bar" | Wang Yufen | 1 | -15/+15 |
2014-03-29 | ipv6: fix checkpatch errors of brace and trailing statements | Wang Yufen | 1 | -8/+10 |
2014-03-29 | ipv6: fix checkpatch errors comments and space | Wang Yufen | 1 | -14/+12 |
2014-03-29 | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 1 | -5/+5 |
2014-03-29 | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman | 1 | -2/+2 |
2014-03-29 | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 2 | -8/+8 |
2014-03-29 | netpoll: Move rx enable/disable into __dev_close_many | Eric W. Biederman | 1 | -9/+4 |
2014-03-29 | netpoll: Only call ndo_start_xmit from a single place | Eric W. Biederman | 1 | -25/+36 |
2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 5 | -19/+17 |
2014-03-28 | vlan: Warn the user if lowerdev has bad vlan features. | Vlad Yasevich | 1 | -0/+3 |
2014-03-28 | bridge: Fix crash with vlan filtering and tcpdump | Vlad Yasevich | 2 | -5/+20 |
2014-03-28 | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich | 2 | -5/+11 |
2014-03-28 | ipv6: move DAD and addrconf_verify processing to workqueue | Hannes Frederic Sowa | 1 | -51/+142 |
2014-03-28 | net: net: add a core netdev->tx_dropped counter | Eric Dumazet | 1 | -0/+2 |
2014-03-28 | packet: respect devices with LLTX flag in direct xmit | Daniel Borkmann | 1 | -20/+20 |
2014-03-28 | tcp: fix get_timewait4_sock() delay computation on 64bit | Eric Dumazet | 1 | -1/+1 |
2014-03-28 | openvswitch: fix a possible deadlock and lockdep warning | Flavio Leitner | 1 | -20/+6 |
2014-03-28 | bridge: Fix handling stacked vlan tags | Toshiaki Makita | 1 | -17/+1 |
2014-03-28 | bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled | Toshiaki Makita | 2 | -3/+15 |
2014-03-28 | tipc: make discovery domain a bearer attribute | Erik Hugne | 3 | -16/+10 |
2014-03-28 | tipc: fix neighbor detection problem after hw address change | Erik Hugne | 2 | -0/+9 |
2014-03-27 | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss | 3 | -10/+32 |
2014-03-27 | hsr: replace del_timer by del_timer_sync | Julia Lawall | 1 | -1/+1 |
2014-03-27 | atm: replace del_timer by del_timer_sync | Julia Lawall | 1 | -1/+1 |
2014-03-27 | tcp: tcp_make_synack() minor changes | Eric Dumazet | 1 | -2/+2 |
2014-03-27 | ipv6: do not overwrite inetpeer metrics prematurely | Michal Kubeček | 2 | -36/+55 |
2014-03-27 | vlan: Set hard_header_len according to available acceleration | Vlad Yasevich | 2 | -2/+5 |
2014-03-27 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 6 | -77/+106 |