summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: embed hash list headstephen hemminger2013-08-081-2/+2
* sctp: Pack dst_cookie into 1st cacheline hole for 64bit hostfan.du2013-08-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-046-9/+14
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-022-4/+4
| * net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang2013-08-021-0/+5
| * ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-012-3/+3
| |\
| | * NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-312-3/+3
| * | ndisc: Add missing inline to ndisc_addr_option_padJoe Perches2013-08-011-1/+1
| |/
* | fib_rules: reorder struct fib_rules fieldsEric Dumazet2013-08-031-5/+7
* | fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-031-2/+2
* | fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-031-0/+2
* | sctp: Don't lookup dst if transport dst is still validfan.du2013-08-022-1/+2
* | include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches2013-08-021-1/+2
* | cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypesJoe Perches2013-08-012-2/+2
* | checksum: Remove extern from function prototypesJoe Perches2013-08-011-5/+5
* | cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2013-08-012-25/+25
* | ax25.h: Remove extern from function prototypesJoe Perches2013-08-011-106/+109
* | arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-08-012-65/+63
* | af_rxrpc.h: Remove extern from function prototypesJoe Perches2013-08-011-19/+16
* | af_unix.h: Remove extern from function prototypesJoe Perches2013-08-011-8/+8
* | addrconf.h: Remove extern function prototypesJoe Perches2013-08-011-88/+72
* | fib_rules: add .suppress operationStefan Tomanek2013-08-011-0/+4
* | net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-08-014-101/+104
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+1
* | net: split rt_genid for ipv4 and ipv6fan.du2013-07-313-5/+34
* | tcp: Remove unused tcpct declarations and commentsDmitry Popov2013-07-311-4/+0
* | 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-311-3/+0
* | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-0/+1
* | VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2013-07-282-0/+205
* | net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-281-0/+15
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-252-6/+27
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-0/+4
* | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-259-9/+9
* | tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-231-1/+0
* | tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-231-9/+0
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-141-14/+16
|\
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-111-4/+4
| * net: rename ll methods to busy-pollEliezer Tamir2013-07-111-10/+12
| * net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-111-0/+0
* | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds2013-07-111-0/+6
|\ \ | |/ |/|
| * 9P: Add cancelled() to the transport functions.Simon Derr2013-07-081-0/+3
| * net/9p: add privport option to 9p tcp transportJim Garlick2013-07-081-0/+3
* | net/fs: change busy poll time accountingEliezer Tamir2013-07-091-37/+18
* | net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-22/+24
* | net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet2013-07-041-1/+1
* | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-031-0/+4
* | net: lls fix build with allnoconfigEliezer Tamir2013-07-031-3/+3
* | net: convert lls to use time_in_range()Eliezer Tamir2013-07-031-9/+17