summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: arcnet: Remove "#define bool int"Rasmus Villemoes2014-07-071-7/+3
* mac802154: at86rf230: add hw flags and merge opsAlexander Aring2014-07-071-0/+19
* net: Only do flow_dissector hash computation once per packetTom Herbert2014-07-071-2/+7
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-074-1/+24
* vxlan: Call udp_flow_src_portTom Herbert2014-07-071-2/+0
* udp: Add function to make source port for UDP tunnelsTom Herbert2014-07-071-0/+29
* net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert2014-07-072-2/+2
* net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-073-0/+40
* flow_dissector: Abstract out hash computationTom Herbert2014-07-071-0/+1
* tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell2014-07-071-1/+1
* ptp: Classify ptp over ip over vlan packetsStefan Sørensen2014-07-071-3/+2
* net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann2014-07-021-21/+0
* inet: move ipv6only in sock_commonEric Dumazet2014-07-013-7/+10
* ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-013-0/+3
* tcp: add tcp_conn_requestOctavian Purdila2014-06-271-0/+3
* tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-271-0/+2
* tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-271-0/+1
* tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-271-0/+2
* tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-271-0/+3
* tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-271-0/+1
* tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-271-0/+3
* tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-271-14/+20
* tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-272-3/+2
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-272-12/+4
* tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-271-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-2521-17/+106
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-253-5/+14
| |\
| | * ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-251-2/+2
| | * net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-211-0/+9
| | * netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-161-3/+3
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-253-1/+4
| |\ \
| | * \ Merge tag 'imx-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2014-06-231-1/+2
| | |\ \
| | | * | ARM: imx6sl: add missing enet clock for imx6slFugang Duan2014-06-171-1/+2
| | | |/
| | * / ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6Peter Griffin2014-06-172-0/+2
| | |/
| * | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-252-0/+48
| |\ \
| | * | tracing: Add __field_struct macro for TRACE_EVENT()Steven Rostedt2014-06-211-0/+33
| | * | tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov2014-06-211-0/+15
| | |/
| * | kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-231-0/+1
| * | nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-1/+10
| * | kexec: save PG_head_mask in VMCOREINFOPetr Tesarik2014-06-231-0/+3
| * | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-211-0/+6
| |\ \
| | * | locks: add missing memory barrier in break_delegJeff Layton2014-06-101-0/+6
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-211-0/+1
| |\ \ \
| | * \ \ Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar2014-06-141-0/+1
| | |\ \ \
| | | * | | perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra2014-06-091-0/+1
| * | | | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-192-5/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-191-0/+2
| | |\ \ \ \ \
| | | * | | | | PM / hibernate: introduce "nohibernate" boot parameterKees Cook2014-06-161-0/+2
| | | | |_|_|/ | | | |/| | |
| | * / | | | ACPI / processor replace __attribute__((packed)) by __packedFabian Frederick2014-06-171-5/+5
| | |/ / / /
| * | | | | Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-192-2/+4
| |\ \ \ \ \