aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10net: constify sock_diag_check_cookie()Eric Dumazet1-1/+1
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli1-0/+25
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-11/+11
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet1-44/+1
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+34
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-15/+5
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+32
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman1-6/+0
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-4/+4
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-20/+0
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann1-38/+33
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-7/+6
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger1-1/+1
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann1-2/+2
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+7
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann1-22/+14
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann1-3/+3
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman1-0/+3
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman1-0/+4
2015-02-24rtnetlink: avoid 0 sized arraysSasha Levin1-2/+2
2015-02-22net: pktgen: disable xmit_clone on virtual devicesEric Dumazet1-0/+3
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar1-5/+4
2015-02-21ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter1-1/+1
2015-02-21net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-20ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen1-0/+1
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet1-2/+3
2015-02-19gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+12
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-1/+8
2015-02-14net: spelling fixesStephen Hemminger2-2/+2
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida1-1/+1
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-22/+8
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-0/+1
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+17
2015-02-08net:rfs: adjust table size checkingEric Dumazet1-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet2-22/+28
2015-02-07net: use netif_rx_ni() from process contextEric Dumazet1-2/+2
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-02-05pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-02-05flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-34/+9
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller2-138/+1
2015-02-04net/core: Add event for a change in slave stateMoni Shoua2-0/+21
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+1
2015-02-04xps: fix xps for stacked devicesEric Dumazet2-1/+10
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2-138/+1
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn3-1/+32
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-5/+14