aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich
2013-04-12Revert "netprio_cgroup: make local table static"David S. Miller
2013-04-10netprio_cgroup: make local table staticstephen hemminger
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-04-07scm: Stop passing struct credEric W. Biederman
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-03-29net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-03-29net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani
2013-03-29net: simplify the getting percpu of flow_cacheLi RongQing
2013-03-29net: fix the use of this_cpu_ptrLi RongQing
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller
2013-03-24net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-21net: remove redundant ifdef CONFIG_CGROUPSZefan Li
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann
2013-03-18net: Fix a comment typoKusanagi Kouichi
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan
2013-03-17vxlan: generalize forwarding tablesDavid Stevens
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing