summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-04-272-5/+6
* net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-04-271-1/+3
* tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell2012-04-271-0/+4
* net ax25: Reorder ax25_exit to remove races.Eric W. Biederman2012-04-271-4/+5
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-271-15/+18
* tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-04-271-0/+1
* net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-271-5/+2
* tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-04-271-2/+5
* tcp: restore correct limitEric Dumazet2012-04-271-2/+1
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-271-1/+3
* netlink: fix races after skb queueingEric Dumazet2012-04-271-11/+13
* phonet: Check input from user before allocatingSasha Levin2012-04-271-0/+3
* ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-271-1/+1
* bridge: Do not send queries on multicast group leavesHerbert Xu2012-04-272-85/+0
* sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-271-2/+3
* tcp: allow splice() to build full TSO packetsEric Dumazet2012-04-272-4/+4
* net: fix /proc/net/dev regressionEric Dumazet2012-04-272-46/+15
* cfg80211: fix interface combinations check.Lukasz Kucharczyk2012-04-271-1/+1
* mac80211: fix logic error in ibss channel type checkFelix Fietkau2012-04-271-2/+2
* Bluetooth: Remove unneeded lockingAndre Guedes2012-04-221-5/+0
* Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-04-221-0/+7
* mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-04-131-1/+2
* rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net2012-04-131-2/+2
* nfsd: don't allow zero length strings in cache_parse()Dan Carpenter2012-04-021-0/+2
* net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-04-021-2/+6
* xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert2012-04-021-3/+3
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-04-021-1/+2
* Fix pppol2tp getsockname()Benjamin LaHaise2012-04-021-1/+1
* Remove printk from rds_sendmsgDave Jones2012-04-021-1/+0
* ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-04-021-5/+6
* SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust2012-04-021-4/+11
* rtnetlink: Fix VF IFLA policyGreg Rose2012-04-021-0/+2
* netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso2012-03-171-11/+12
* ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li2012-03-161-1/+0
* sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-161-1/+5
* ipv6: fix icmp6_dst_alloc()Eric Dumazet2012-03-161-1/+1
* tcp: fix syncookie regressionEric Dumazet2012-03-112-17/+23
* route: Remove redirect_genidSteffen Klassert2012-03-082-10/+2
* inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2012-03-082-1/+80
* bridge: fix state reporting when port is disabledPaulius Zaleckas2012-03-081-2/+1
* bridge: br_log_state() s/entering/entered/Paulius Zaleckas2012-03-081-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-03-072-12/+35
|\
| * openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross2012-03-071-12/+32
| * openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff2012-03-061-0/+3
* | IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-061-0/+4
* | netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso2012-03-061-2/+6
* | bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal2012-03-061-14/+18
* | netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso2012-03-061-1/+1
* | netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso2012-03-061-3/+0
* | netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak2012-03-061-3/+13