summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert4-16/+16
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert2-2/+2
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]1-1/+4
2011-11-25net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()Dan Carpenter1-2/+2
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao1-1/+2
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet1-6/+7
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller3-3/+0
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei1-1/+1
2011-11-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-6/+10
2011-11-22net: correct comments of skb_shiftFeng King1-1/+1
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski1-5/+9
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2011-11-22netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2-40/+70
2011-11-21caif: fix endian conversion in cffrml_transmit()Dan Carpenter1-5/+6
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li1-0/+1
2011-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+1
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo1-1/+2
2011-11-21netfilter: ipset: suppress compile-time warnings in ip_set_hash_ipport*.cJozsef Kadlecsik3-3/+3
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-18ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-16bridge: correct IPv6 checksum after pullstephen hemminger1-0/+2
2011-11-16tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet1-0/+1
2011-11-14net/packet: Revert incorrect dead-code changes to prb_setup_retire_blk_timerJesper Juhl1-2/+4
2011-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-4/+14
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-11-14bridge: Fix potential deadlock on br->multicast_lockAndrey Vagin1-2/+2
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-14rds: drop "select LLIST"Paul Bolle1-1/+0
2011-11-14net/packet: remove dead code and unneeded variable from prb_setup_retire_blk_...Jesper Juhl1-4/+2
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler2-4/+0
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis1-1/+1
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-4/+14
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky1-1/+3
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-20/+47
2011-11-09ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2-4/+4
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler2-4/+0
2011-11-09mac80211: fix race between connection monitor & suspendJohannes Berg1-1/+1
2011-11-09cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2011-11-09mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg1-0/+4
2011-11-09mac80211: fix NULL dereference in radiotap codeJohannes Berg1-3/+6
2011-11-09Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville6-20/+47