aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
...
| | * | | | net: add skb_dst_set_noref_forceJulian Anastasov2013-04-01
| * | | | | net: fix smatch warnings inside datagram_pollJacob Keller2013-04-02
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-01
| |\ \ \ \ \
| * | | | | | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-31
| * | | | | | net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend2013-03-29
| * | | | | | net: simplify the getting percpu of flow_cacheLi RongQing2013-03-29
| * | | | | | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-27
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-27
| * | | | | net: core: let skb_partial_csum_set() set transport headerJason Wang2013-03-27
| * | | | | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-26
| * | | | | net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-25
| * | | | | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-24
| * | | | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
| * | | | | net: remove redundant ifdef CONFIG_CGROUPSZefan Li2013-03-21
| * | | | | dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf2013-03-20
| * | | | | filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann2013-03-20
| * | | | | net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2013-03-20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-20
| |\ \ \ \ \
| * | | | | | net: Fix a comment typoKusanagi Kouichi2013-03-18
| * | | | | | netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan2013-03-17
| * | | | | | vxlan: generalize forwarding tablesDavid Stevens2013-03-17
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-12
| |\ \ \ \ \ \
| * | | | | | | flow_dissector: support L2 GREMichael Dalton2013-03-12
| * | | | | | | tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-09
| * | | | | | | tunneling: Capture inner mac header during encapsulation.Pravin B Shelar2013-03-09
| * | | | | | | net: Add skb_headers_offset_update helper function.Pravin B Shelar2013-03-09
| * | | | | | | tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar2013-03-09
| * | | | | | | net: Kill link between CSUM and SG features.Pravin B Shelar2013-03-09
| * | | | | | | net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2013-03-07
| * | | | | | | net: introduce NAPI_POLL_WEIGHTEric Dumazet2013-03-05
* | | | | | | | net/core: remove duplicate statements by do-while loopAkinobu Mita2013-04-29
* | | | | | | | net/core: rename random32() to prandom_u32()Akinobu Mita2013-04-29
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | net: rate-limit warn-bad-offload splats.Ben Greear2013-04-19
* | | | | | | rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-04-08
| |_|_|_|_|/ |/| | | | |
* | | | | | netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-04-05
* | | | | | net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-04-05
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-01
|\ \ \ \ \
| * | | | | net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-03-29
| * | | | | net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani2013-03-29
| * | | | | net: fix the use of this_cpu_ptrLi RongQing2013-03-29
| * | | | | rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun2013-03-27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman2013-03-17
| | |/ / | |/| |
* | | | net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-24
| |_|/ |/| |
* | | flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2013-03-20
* | | rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-17
* | | net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing2013-03-12
|/ /
* | rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-10
* | bridging: fix rx_handlers return codeCristian Bercaru2013-03-08