summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-27tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+6
2012-04-27net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-27tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell1-0/+4
2012-04-27net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-04-27netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-27net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2012-04-27tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-27tcp: restore correct limitEric Dumazet1-2/+1
2012-04-27net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-27netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-27phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-27ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-27bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2012-04-27sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet2-4/+4
2012-04-27net: fix /proc/net/dev regressionEric Dumazet2-46/+15
2012-04-27cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2012-04-27mac80211: fix logic error in ibss channel type checkFelix Fietkau1-2/+2
2012-04-23Bluetooth: Remove unneeded lockingAndre Guedes1-5/+0
2012-04-23Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+7
2012-04-13mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-04-13rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-04-02nfsd: don't allow zero length strings in cache_parse()Dan Carpenter1-0/+2
2012-04-02net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet1-2/+6
2012-04-02xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2012-04-02net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-04-02Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2012-04-02Remove printk from rds_sendmsgDave Jones1-1/+0
2012-04-02ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-04-02SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-04-02rtnetlink: Fix VF IFLA policyGreg Rose1-0/+2
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-17ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-03-16ipv6: fix icmp6_dst_alloc()Eric Dumazet1-1/+1
2012-03-12tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-08route: Remove redirect_genidSteffen Klassert2-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2012-03-08bridge: fix state reporting when port is disabledPaulius Zaleckas1-2/+1
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas1-1/+1
2012-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2-12/+35
2012-03-08openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross1-12/+32
2012-03-07openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff1-0/+3
2012-03-07IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-03-06netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso1-2/+6
2012-03-06bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal1-14/+18
2012-03-06netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso1-1/+1
2012-03-06netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso1-3/+0
2012-03-06netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak1-3/+13