summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Kill hold_net release_netEric W. Biederman2015-03-125-35/+5Star
* net: add real socket cookiesEric Dumazet2015-03-122-10/+28
* ipv4: FIB Local/MAIN table collapseAlexander Duyck2015-03-111-2/+6
* net: constify sock_diag_check_cookie()Eric Dumazet2015-03-101-1/+1
* net: core: add of_find_net_device_by_node()Florian Fainelli2015-03-101-0/+25
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-091-11/+11
* net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet2015-03-071-44/+1Star
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+34
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-15/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-046-9/+32
|\
| * net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-011-3/+1Star
| * 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-231-0/+3
| * net: reject creation of netdev names with colonsMatthew Thode2015-02-221-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
* | neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman2015-03-021-6/+0Star
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-4/+4
* | neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-20/+0Star
* | filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann2015-03-021-38/+33Star
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-7/+6Star
* | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-1/+1
* | ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-011-2/+2
* | ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-0/+7
* | ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann2015-03-011-22/+14Star
* | ebpf: constify various function pointer structsDaniel Borkmann2015-03-011-3/+3
* | net: Remove state argument from skb_find_text()Bojan Prtvar2015-02-221-5/+4Star
* | ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter2015-02-221-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-184-4/+12
|\
| * rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-02-151-1/+8
| * net: spelling fixesStephen Hemminger2015-02-152-2/+2
| * net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida2015-02-151-1/+1
| * net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-0/+1
* | net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-22/+8Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-094-23/+17Star
|\
| * net: use netif_rx_ni() from process contextEric Dumazet2015-02-081-2/+2
| * rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-02-081-12/+6Star
| * pktgen: fix UDP checksum computationSabrina Dubroca2015-02-061-8/+8
| * flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek2015-02-051-1/+1
* | net:rfs: adjust table size checkingEric Dumazet2015-02-091-1/+1
* | net: rfs: add hash collision detectionEric Dumazet2015-02-092-22/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-052-34/+9Star
|\|
| * net: remove some sparse warningsEric Dumazet2015-02-051-3/+3
| * net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-311-30/+1Star
| * bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-291-1/+5
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-052-138/+1Star
|\ \
| * | net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-042-138/+1Star