Age | Commit message (Expand) | Author |
2013-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-30 | unix/dgram: fix peeking with an offset larger than data in queue | Benjamin Poirier |
2013-04-30 | unix/dgram: peek beyond 0-sized skbs | Benjamin Poirier |
2013-04-30 | net: Use consume_skb() to free gso segmented skb | Sridhar Samudrala |
2013-04-29 | net/core: remove duplicate statements by do-while loop | Akinobu Mita |
2013-04-29 | net/core: rename random32() to prandom_u32() | Akinobu Mita |
2013-04-29 | net: defer net_secret[] initialization | Eric Dumazet |
2013-04-29 | sock_diag: allow to dump bpf filters | Nicolas Dichtel |
2013-04-25 | net: fix address check in rtnl_fdb_del | Vlad Yasevich |
2013-04-25 | net: remove redundant code in dev_hard_start_xmit() | Eric Dumazet |
2013-04-25 | packet: tx timestamping on tpacket ring | Willem de Bruijn |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-22 | net: Remove return value from list_netdevice() | dingtianhong |
2013-04-19 | net: rate-limit warn-bad-offload splats. | Ben Greear |
2013-04-19 | net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_* | David S. Miller |
2013-04-19 | net: add function to allocate sk_buff head without data area | Patrick McHardy |
2013-04-19 | net: vlan: add 802.1ad support | Patrick McHardy |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-04-16 | neighbour: Convert NEIGH_PRINTK to neigh_dbg | Joe Perches |
2013-04-15 | net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api | Vlad Yasevich |
2013-04-12 | Revert "netprio_cgroup: make local table static" | David S. Miller |
2013-04-10 | netprio_cgroup: make local table static | stephen hemminger |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro |
2013-04-09 | netprio_cgroup: remove task_struct parameter from sock_update_netprio() | Zefan Li |
2013-04-09 | cls_cgroup: remove task_struct parameter from sock_update_classid() | Zefan Li |
2013-04-08 | rtnetlink: Call nlmsg_parse() with correct header length | Michael Riesch |
2013-04-07 | scm: Stop passing struct cred | Eric W. Biederman |
2013-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-07 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller |
2013-04-05 | netfilter: don't reset nf_trace in nf_reset() | Patrick McHardy |
2013-04-05 | net: count hw_addr syncs so that unsync works properly. | Vlad Yasevich |
2013-04-02 | net: fix smatch warnings inside datagram_poll | Jacob Keller |
2013-04-02 | net: add skb_dst_set_noref_force | Julian Anastasov |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-03-31 | net: add option to enable error queue packets waking select | Keller, Jacob E |
2013-03-29 | net: add a synchronize_net() in netdev_rx_handler_unregister() | Eric Dumazet |
2013-03-29 | net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0] | John Fastabend |
2013-03-29 | net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb' | Shmulik Ladkani |
2013-03-29 | net: simplify the getting percpu of flow_cache | Li RongQing |
2013-03-29 | net: fix the use of this_cpu_ptr | Li RongQing |
2013-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-03-28 | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo |
2013-03-27 | rtnetlink: fix error return code in rtnl_link_fill() | Wei Yongjun |
2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-27 | net: core: let's use native isxdigit instead of custom | Andy Shevchenko |
2013-03-27 | net: core: let skb_partial_csum_set() set transport header | Jason Wang |
2013-03-26 | net_sched: better precise estimation on packet length for untrusted packets | Jason Wang |
2013-03-25 | net: Print functions in /proc/net/ptype without the offset. | David S. Miller |