aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-2/+2
2013-08-05sctp: Pack dst_cookie into 1st cacheline hole for 64bit hostfan.du1-1/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+14
2013-08-03fib_rules: reorder struct fib_rules fieldsEric Dumazet1-5/+7
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek1-2/+2
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek1-0/+2
2013-08-02sctp: Don't lookup dst if transport dst is still validfan.du2-1/+2
2013-08-02include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches1-1/+2
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2-4/+4
2013-08-01net: fix a compile error when CONFIG_NET_LL_RX_POLL is not setCong Wang1-0/+5
2013-08-01ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-1/+1
2013-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-3/+3
2013-07-31cls_cgroup.h netprio_cgroup.h: Remove extern from function prototypesJoe Perches2-2/+2
2013-07-31checksum: Remove extern from function prototypesJoe Perches1-5/+5
2013-07-31cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2-25/+25
2013-07-31ax25.h: Remove extern from function prototypesJoe Perches1-106/+109
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches2-65/+63
2013-07-31af_rxrpc.h: Remove extern from function prototypesJoe Perches1-19/+16
2013-07-31af_unix.h: Remove extern from function prototypesJoe Perches1-8/+8
2013-07-31addrconf.h: Remove extern function prototypesJoe Perches1-88/+72
2013-07-31fib_rules: add .suppress operationStefan Tomanek1-0/+4
2013-07-31net: Remove extern from include/net/ scheduling prototypesJoe Perches4-101/+104
2013-07-31ndisc: Add missing inline to ndisc_addr_option_padJoe Perches1-1/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+1
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du3-5/+34
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2-3/+3
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-3/+0
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-0/+1
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2-0/+205
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-0/+15
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2-6/+27
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann9-9/+9
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-1/+0
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-9/+0
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+16
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+6
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-4/+4
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-10/+12
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-0/+0
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-37/+18
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-22/+24
2013-07-079P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-0/+3
2013-07-03net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+4
2013-07-02net: lls fix build with allnoconfigEliezer Tamir1-3/+3
2013-07-02net: convert lls to use time_in_range()Eliezer Tamir1-9/+17