summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | nl80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-0/+5
| | * | | | | | | | | cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar2013-07-161-3/+3
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-1/+2
| * | | | | | | | | af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2013-08-101-0/+1
| * | | | | | | | | tcp: add server ip to encrypt cookie in fast openYuchung Cheng2013-08-101-1/+2
| * | | | | | | | | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller2013-08-092-3/+5
| * | | | | | | | | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-0910-64/+8
| * | | | | | | | | net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann2013-08-092-5/+3
| * | | | | | | | | ip_tunnel: embed hash list headstephen hemminger2013-08-071-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-036-9/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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-021-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-07-312-2/+2
| * | | | | | | | | checksum: Remove extern from function prototypesJoe Perches2013-07-311-5/+5
| * | | | | | | | | cfg80211.h/mac80211.h: Remove extern from function prototypesJoe Perches2013-07-312-25/+25
| * | | | | | | | | ax25.h: Remove extern from function prototypesJoe Perches2013-07-311-106/+109
| * | | | | | | | | arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-07-312-65/+63
| * | | | | | | | | af_rxrpc.h: Remove extern from function prototypesJoe Perches2013-07-311-19/+16
| * | | | | | | | | af_unix.h: Remove extern from function prototypesJoe Perches2013-07-311-8/+8
| * | | | | | | | | addrconf.h: Remove extern function prototypesJoe Perches2013-07-311-88/+72
| * | | | | | | | | fib_rules: add .suppress operationStefan Tomanek2013-07-311-0/+4
| * | | | | | | | | net: Remove extern from include/net/ scheduling prototypesJoe Perches2013-07-314-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-301-3/+0
| * | | | | | | | | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-271-0/+1
| * | | | | | | | | VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2013-07-272-0/+205
| * | | | | | | | | net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-271-0/+15
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-242-6/+27
| * | | | | | | | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-241-0/+4
| * | | | | | | | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-249-9/+9
| * | | | | | | | tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-221-1/+0
| * | | | | | | | tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-221-9/+0
| * | | | | | | | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-032-8/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-081-4/+0
| * | | | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-082-4/+4
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-292-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-261-12/+0
| * | | | | | | | xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-2/+2
| * | | | | | | | xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-142-0/+20
| * | | | | | | | xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-0/+6
* | | | | | | | | net: add cpu_relax to busy poll loopEliezer Tamir2013-08-281-0/+1
* | | | | | | | | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-2/+18
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-231-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |