summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: fix request sock refcountingEric Dumazet2015-03-177-18/+22
* inet: avoid fastopen lock for regular accept()Eric Dumazet2015-03-171-2/+4
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-177-25/+15
* inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-172-4/+10
* inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-172-22/+26
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-176-13/+11
* Merge branch 'listener_refactor_part_11'David S. Miller2015-03-1710-85/+102
|\
| * tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-172-30/+32
| * tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-172-25/+25
| * inet: move ir_mark to fill a holeEric Dumazet2015-03-171-6/+5
| * netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-12/+22
| * netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet2015-03-171-6/+12
| * netfilter: use sk_fullsock() helperEric Dumazet2015-03-175-6/+6
|/
* bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-173-22/+62
* Merge branch 'const_of_device_id'David S. Miller2015-03-1740-44/+44
|\
| * via-velocity: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * net: via-rhine: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * ehea: constify of_device_id arrayFabian Frederick2015-03-171-2/+2
| * IBM-EMAC: constify of_device_id arrayFabian Frederick2015-03-175-5/+5
| * can: constify of_device_id arrayFabian Frederick2015-03-175-5/+5
| * net: phy: constify of_device_id arrayFabian Frederick2015-03-175-5/+5
| * orinoco: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * net: xilinx: constify of_device_id arrayFabian Frederick2015-03-173-3/+3
| * net: greth: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * netdev: octeon_mgmt: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * net: ethernet: apple: constify of_device_id arrayFabian Frederick2015-03-172-2/+2
| * drivers: net: xgene: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * net: ethoc: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
| * net/fsl: constify of_device_id arrayFabian Frederick2015-03-1710-12/+12
| * Altera TSE: constify of_device_id arrayFabian Frederick2015-03-171-2/+2
| * net: netcp: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
|/
* rhashtable: Avoid calculating hash again to unlockThomas Graf2015-03-161-6/+5
* tcp_metrics: fix wrong lockdep annotationsEric Dumazet2015-03-161-12/+8
* dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-162-9/+7
* net/fsl: modify xgmac_mdio for little endian SoCsShaohui Xie2015-03-161-28/+68
* net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-03-161-1/+1
* net: kernel socket should be released in init_net namespaceYing Xue2015-03-161-1/+1
* rhashtable: Annotate RCU locking of walkersThomas Graf2015-03-161-0/+2
* rocker: replace fixed stack allocation with dynamic allocationScott Feldman2015-03-161-3/+10
* Merge branch 'listener_refactor'David S. Miller2015-03-1613-102/+99
|\
| * inet: add proper refcounting to request sockEric Dumazet2015-03-167-18/+29
| * inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet2015-03-162-15/+6
| * inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet2015-03-161-67/+53
| * inet: ip early demux should avoid request socketsEric Dumazet2015-03-162-2/+2
| * net: add sk_fullsock() helperEric Dumazet2015-03-161-0/+9
|/
* Merge branch 'swdev_ops'David S. Miller2015-03-165-89/+105
|\
| * netdev: remove ndo ops for switchdevScott Feldman2015-03-161-38/+0
| * switchdev: use new swdev opsScott Feldman2015-03-163-51/+64
| * switchdev: add swdev opsScott Feldman2015-03-162-0/+41
|/
* Merge branch 'rhashtable-fixes-next'David S. Miller2015-03-151-13/+11
|\