summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-06-14dcbnl: Use BUG_ON() instead of BUG()Thomas Graf
2012-06-14dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf
2012-06-13dcbnl: Use type safe nlmsg_data()Thomas Graf
2012-06-13dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf
2012-06-13dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf
2012-06-13dcbnl: Return consistent error codesThomas Graf
2012-06-13dcbnl: Use dcbnl_newmsg() where possibleThomas Graf
2012-06-13dcbnl: Remove now unused dcbnl_reply()Thomas Graf
2012-06-13dcbnl: Shorten all command handling functionsThomas Graf
2012-06-13dcbnl: Prepare framework to shorten handling functionsThomas Graf
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf
2012-06-12Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-11af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller
2012-06-11Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville
2012-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller
2012-06-09af_unix: remove unix_iter_stateEric Dumazet
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng
2012-06-08inetpeer: add namespace support for inetpeerGao feng
2012-06-08mac80211: add back channel change flagStanislaw Gruszka
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings
2012-06-07appletalk: Remove out of date message in printkDave Jones
2012-06-07ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet