summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-071-6/+8
|\
| * Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-1937-356/+516
| |\
| | * net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman2013-10-061-2/+2
| * | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-6/+8
* | | net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann2013-11-041-1/+0
* | | net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-021-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-023-10/+18
|\ \ \
| * | | xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-012-2/+10
| * | | xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-282-2/+2
| * | | xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek2013-10-181-6/+6
* | | | bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-294-29/+25
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-10-293-5/+19
|\ \ \ \
| * | | | openvswitch: fix vport-netdev unregisterAlexei Starovoitov2013-10-163-5/+19
* | | | | net: x25: Fix dead URLs in KconfigMichael Drüing2013-10-291-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-291-1/+6
|\ \ \ \ \
| * | | | | netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger2013-10-291-1/+6
* | | | | | tcp: gso: fix truesize trackingEric Dumazet2013-10-291-8/+5
* | | | | | pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
* | | | | | tcp: do not rearm RTO when future data are sackedYuchung Cheng2013-10-271-3/+10
* | | | | | tcp: only take RTT from timestamps if new data is ackedYuchung Cheng2013-10-271-1/+2
* | | | | | tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng2013-10-271-5/+13
* | | | | | ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-251-3/+6
* | | | | | netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-251-13/+18
|/ / / / /
* | | | | net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann2013-10-231-1/+3
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-236-13/+25
|\ \ \ \ \
| * | | | | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-224-1/+21
| * | | | | netfilter: ipt_ULOG: fix info leaksMathias Krause2013-10-021-6/+1
| * | | | | netfilter: ebt_ulog: fix info leaksMathias Krause2013-10-021-6/+3
| | |_|_|/ | |/| | |
* | | | | Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-223-22/+28
* | | | | tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell2013-10-211-0/+2
* | | | | ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-10-211-7/+31
* | | | | netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov2013-10-211-2/+2
* | | | | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-212-4/+8
* | | | | ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-191-4/+9
* | | | | ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-191-11/+14
* | | | | udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko2013-10-191-3/+2
* | | | | net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann2013-10-191-0/+10
* | | | | bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita2013-10-181-0/+1
* | | | | bridge: Fix the way the PVID is referencedToshiaki Makita2013-10-181-3/+1
* | | | | bridge: Apply the PVID to priority-tagged framesToshiaki Makita2013-10-181-7/+20
* | | | | bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita2013-10-183-54/+49
* | | | | bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich2013-10-171-1/+1
* | | | | tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet2013-10-171-2/+1
* | | | | tcp: must unclone packets before mangling themEric Dumazet2013-10-171-3/+6
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-1710-5/+43
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-1510-5/+43
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-10-146-3/+35
| | |\ \ \ \
| | | * | | | mac80211: fix crash if bitrate calculation goes wrongJohannes Berg2013-10-141-0/+4
| | | * | | | wireless: radiotap: fix parsing buffer overrunJohannes Berg2013-10-141-1/+6
| | | * | | | cfg80211: don't add p2p device while in RFKILLEmmanuel Grumbach2013-10-092-2/+3
OpenPOWER on IntegriCloud