summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
* net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0
* packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-251-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-2/+5
|\
| * net: rate-limit warn-bad-offload splats.Ben Greear2013-04-191-0/+3
| * rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-04-081-2/+2
* | net: Remove return value from list_netdevice()dingtianhong2013-04-221-3/+1
* | net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller2013-04-191-0/+3
* | net: add function to allocate sk_buff head without data areaPatrick McHardy2013-04-191-1/+29
* | net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-6/+10
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-193-4/+7
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-193-17/+19
* | neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches2013-04-161-29/+20
* | net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich2013-04-151-42/+168
* | Revert "netprio_cgroup: make local table static"David S. Miller2013-04-121-1/+1
* | netprio_cgroup: make local table staticstephen hemminger2013-04-101-1/+1
* | netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li2013-04-092-4/+4
* | cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li2013-04-092-4/+4
* | scm: Stop passing struct credEric W. Biederman2013-04-071-16/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-3/+4
|\ \ | |/
| * netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-051-0/+1
| * net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-04-051-3/+3
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-071-4/+5
|\ \
| * | net: add skb_dst_set_noref_forceJulian Anastasov2013-04-021-4/+5
* | | net: fix smatch warnings inside datagram_pollJacob Keller2013-04-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-014-4/+13
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-013-3/+10
| |\ \
| | * | net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-03-291-0/+6
| | * | net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani2013-03-291-1/+0
| | * | net: fix the use of this_cpu_ptrLi RongQing2013-03-291-1/+1
| | * | rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun2013-03-271-1/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman2013-03-171-1/+3
* | | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-312-1/+11
* | | | net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend2013-03-291-2/+2
* | | | net: simplify the getting percpu of flow_cacheLi RongQing2013-03-291-1/+1
* | | | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+0
|\ \ \ | |/ /
| * | net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0
* | | net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-271-3/+2
* | | net: core: let skb_partial_csum_set() set transport headerJason Wang2013-03-271-0/+1
* | | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* | | net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-251-1/+1
* | | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-1/+4
* | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-223-78/+14
* | | net: remove redundant ifdef CONFIG_CGROUPSZefan Li2013-03-211-2/+0
* | | dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf2013-03-201-3/+39
* | | filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann2013-03-201-0/+5
* | | net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-201-0/+57
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-203-2/+4
|\ \ \ | |/ /
OpenPOWER on IntegriCloud