summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-03-24net: allow to delete a whole device groupWANG Cong
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-03-23net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-18net: Add max rate tx queue attributeJohn Fastabend
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet
2015-03-12net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-12sock: fix possible NULL sk dereference in __skb_tstamp_txWillem de Bruijn
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2015-03-11net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp
2015-03-10net: constify sock_diag_check_cookie()Eric Dumazet
2015-03-09net: core: add of_find_net_device_by_node()Florian Fainelli
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
2015-03-02filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter codeDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet