summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn2015-03-121-2/+6
* xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-1/+1
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-111-4/+6
* net: Handle unregister properly when netdev namespace change fails.David S. Miller2015-03-101-13/+13
* net: add comment for sock_efree() usageOliver Hartkopp2015-03-101-0/+4
* net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-011-3/+1
* net: Verify permission to link_net in newlinkEric W. Biederman2015-02-281-0/+3
* net: Verify permission to dest_net in newlinkEric W. Biederman2015-02-281-0/+4
* rtnetlink: avoid 0 sized arraysSasha Levin2015-02-241-2/+2
* net: pktgen: disable xmit_clone on virtual devicesEric Dumazet2015-02-221-0/+3
* net: reject creation of netdev names with colonsMatthew Thode2015-02-211-1/+1
* ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen2015-02-201-0/+1
* sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet2015-02-201-2/+3
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-02-191-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-174-4/+12
|\
| * rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * net: spelling fixesStephen Hemminger2015-02-142-2/+2
| * net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-141-1/+1
| * net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-111-0/+1
* | net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-22/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-094-23/+17
|\
| * net: use netif_rx_ni() from process contextEric Dumazet2015-02-071-2/+2
| * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-02-071-12/+6
| * pktgen: fix UDP checksum computationSabrina Dubroca2015-02-051-8/+8
| * flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek2015-02-051-1/+1
* | net:rfs: adjust table size checkingEric Dumazet2015-02-081-1/+1
* | net: rfs: add hash collision detectionEric Dumazet2015-02-082-22/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-052-34/+9
|\ \ | |/
| * net: remove some sparse warningsEric Dumazet2015-02-051-3/+3
| * net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-301-30/+1
| * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-281-1/+5
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-042-138/+1
|\ \
| * | net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-042-138/+1
* | | net/core: Add event for a change in slave stateMoni Shoua2015-02-042-0/+21
* | | Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-041-0/+1
|\ \ \
| * | | nl80211: Allow set network namespace by fdVadim Kochan2015-01-231-0/+1
* | | | xps: fix xps for stacked devicesEric Dumazet2015-02-042-1/+10
* | | | net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-023-1/+32
* | | | net-timestamp: no-payload optionWillem de Bruijn2015-02-021-5/+14
* | | | bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-011-4/+6
| |/ / |/| |
* | | dev: add per net_device packet type chainsSalam Noureddine2015-01-291-48/+84
* | | rtnetlink: pass link_net to the newlink handlerNicolas Dichtel2015-01-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-5/+15
|\ \ \ | | |/ | |/|
| * | net: rps: fix cpu unplugEric Dumazet2015-01-161-5/+15
* | | flow_dissector: add tipc supportErik Hugne2015-01-261-0/+14
* | | vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel2015-01-231-0/+1
* | | rtnl: fix error path when adding an iface with a link netNicolas Dichtel2015-01-231-1/+4
* | | rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel2015-01-191-3/+22
* | | rtnl: add link netns id to interface messagesNicolas Dichtel2015-01-191-0/+13
* | | netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel2015-01-191-0/+211
OpenPOWER on IntegriCloud