summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy2009-07-161-2/+3
* | | | net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
* | | | net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
| |_|/ |/| |
* | | gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
* | | sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-121-0/+1
* | | net: ip_push_pending_frames() fixEric Dumazet2009-07-122-2/+0Star
* | | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-121-2/+17
| |/ |/|
* | net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-109-19/+19
* | netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov2009-07-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-094-3/+6
|\ \
| * | mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho2009-07-071-1/+4
| * | cfg80211: fix refcount leakJohannes Berg2009-07-071-1/+0Star
| * | mac80211: fix allocation in mesh_queue_preqAndrey Yurovsky2009-07-071-1/+1
| * | Wireless: nl80211, fix lock imbalanceJiri Slaby2009-07-071-0/+1
* | | ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski2009-07-081-2/+2
|/ /
* | sctp: fix warning at inet_sock_destruct() while release sctp socketWei Yongjun2009-07-061-23/+2Star
* | dsa: fix 88e6xxx statistics counter snapshottingStephane Contri2009-07-061-1/+1
* | IPv6: preferred lifetime of address not getting updatedBrian Haley2009-07-041-3/+27
* | xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun2009-07-041-2/+4
* | xfrm4: fix the ports decode of sctp protocolWei Yongjun2009-07-041-1/+2
* | net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni2009-07-021-6/+8
* | Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Eric W. Biederman2009-07-011-5/+2Star
* | ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski2009-06-301-0/+3
* | sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-301-1/+1
* | xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-301-49/+8Star
* | tcp: Do not tack on TSO data to non-TSO packetHerbert Xu2009-06-301-5/+10
* | tcp: Stop non-TSO packets morphing into TSOHerbert Xu2009-06-301-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-06-301-0/+6
|\ \
| * | nl802154: add module license and descriptionDmitry Eremin-Solenikov2009-06-291-0/+3
| * | nl802154: fix Oops in ieee802154_nl_get_devDmitry Eremin-Solenikov2009-06-291-0/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-305-17/+78
|\ \ \ | | |/ | |/|
| * | netfilter: xtables: conntrack match revision 2Jan Engelhardt2009-06-291-6/+60
| * | netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-292-9/+14
| * | nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2009-06-252-2/+4
| |/
* | gro: Flush GRO packets in napi_disable_pending pathHerbert Xu2009-06-271-3/+5
* | inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-272-0/+6
* | mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer2009-06-261-1/+1
* | sunrpc: Use rcu_barrier() on unload.Jesper Dangaard Brouer2009-06-261-0/+1
* | bridge: Use rcu_barrier() instead of syncronize_net() on unload.Jesper Dangaard Brouer2009-06-261-1/+1
* | ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-261-0/+2
* | decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-261-0/+2
* | ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom2009-06-261-1/+4
* | tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun2009-06-261-1/+2
* | Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont2009-06-251-21/+31
* | Phonet: publicize the Netlink notification functionRémi Denis-Courmont2009-06-251-2/+2
* | ipsec: Fix name of CAST algorithmHerbert Xu2009-06-251-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-2427-61/+98
|\
| * ipv4 routing: Ensure that route cache entries are usable and reclaimable with...Neil Horman2009-06-241-3/+23
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-244-7/+2Star
| * ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-2316-32/+32