index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2014-06-27
tcp: add mss_clamp to tcp_request_sock_ops
Octavian Purdila
-0
/
+1
2014-06-27
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
Octavian Purdila
-0
/
+2
2014-06-27
tcp: add send_synack method to tcp_request_sock_ops
Octavian Purdila
-0
/
+3
2014-06-27
tcp: add init_seq method to tcp_request_sock_ops
Octavian Purdila
-0
/
+1
2014-06-27
tcp: add route_req method to tcp_request_sock_ops
Octavian Purdila
-0
/
+3
2014-06-27
tcp: add init_cookie_seq method to tcp_request_sock_ops
Octavian Purdila
-14
/
+20
2014-06-27
tcp: add init_req method to tcp_request_sock_ops
Octavian Purdila
-0
/
+2
2014-06-27
net: remove inet6_reqsk_alloc
Octavian Purdila
-2
/
+4
2014-06-27
tcp: cookie_v4_init_sequence: skb should be const
Octavian Purdila
-2
/
+3
2014-06-27
netfilter: bridge: add generic packet logger
Pablo Neira Ayuso
-0
/
+1
2014-06-27
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
-14
/
+6
2014-06-27
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
-0
/
+28
2014-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-5
/
+5
2014-06-25
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
-2
/
+2
2014-06-25
netfilter: nf_log: move log buffering to core logging
Pablo Neira Ayuso
-54
/
+6
2014-06-25
netfilter: nf_log: use an array of loggers instead of list
Pablo Neira Ayuso
-6
/
+9
2014-06-25
netfilter: conntrack: remove timer from ecache extension
Florian Westphal
-3
/
+29
2014-06-25
cfg80211: remove channel_switch combination check
Michal Kazior
-1
/
+6
2014-06-25
mac80211: implement multi-vif in-place reservations
Michal Kazior
-7
/
+1
2014-06-25
mac80211: split sched scan IEs
David Spinadel
-19
/
+4
2014-06-25
mac80211: support more than one band in scan request
David Spinadel
-1
/
+38
2014-06-23
flow_keys: Record IP layer protocol in skb_flow_dissect()
Govindarajulu Varadarajan
-1
/
+15
2014-06-23
mac80211: protect TDLS discovery session
Arik Nemtsov
-0
/
+12
2014-06-23
mac80211: add API to request TDLS operation from userspace
Arik Nemtsov
-0
/
+13
2014-06-23
cfg80211: pass TDLS initiator in tdls_mgmt operations
Arik Nemtsov
-1
/
+1
2014-06-23
cfg80211: make ethtool the driver's responsibility
Johannes Berg
-25
/
+4
2014-06-17
tcp: move ir_mark initialization to tcp_openreq_init
Octavian Purdila
-1
/
+2
2014-06-16
netfilter: nf_tables: use u32 for chain use counter
Pablo Neira Ayuso
-3
/
+3
2014-06-15
udp: call __skb_checksum_complete when doing full checksum
Tom Herbert
-1
/
+3
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-265
/
+1028
2014-06-11
net_sched: drr: warn when qdisc is not work conserving
Florian Westphal
-1
/
+1
2014-06-11
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
-3
/
+3
2014-06-10
tcp: add gfp parameter to tcp_fragment
Octavian Purdila
-1
/
+1
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
-4
/
+4
2014-06-04
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
Tom Herbert
-1
/
+11
2014-06-04
gre: Call gso_make_checksum
Tom Herbert
-2
/
+3
2014-06-04
udp: Generic functions to set checksum
Tom Herbert
-0
/
+21
2014-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-2
/
+2
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+0
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2014-06-02
net: fix inet_getid() and ipv6_select_ident() bugs
Eric Dumazet
-8
/
+1
2014-06-02
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
-3
/
+96
2014-06-02
inetpeer: get rid of ip_id_count
Eric Dumazet
-41
/
+26
2014-06-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-3
/
+96
2014-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-0
/
+2
2014-05-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
-3
/
+50
2014-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
John W. Linville
-0
/
+46
2014-05-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
-66
/
+211
2014-05-26
mac80211: add a single-transaction driver op to switch contexts
Luciano Coelho
-0
/
+46
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
[prev]
[next]