summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | mac80211: correctly close cancelled scansEmmanuel Grumbach2013-10-092-0/+22
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-10-104-2/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen2013-09-301-0/+2
| | | * | | mac80211: update sta->last_rx on acked tx framesFelix Fietkau2013-09-301-0/+3
| | | * | | mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2013-09-302-2/+3
* | | | | | tcp: fix incorrect ca_state in tail loss probeYuchung Cheng2013-10-171-1/+1
* | | | | | sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich2013-10-171-1/+1
* | | | | | sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du2013-10-171-1/+2
|/ / / / /
* | | | | ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is foundOussama Ghorbel2013-10-111-2/+1
* | | | | netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
OpenPOWER on IntegriCloud