summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2012-06-159-118/+50
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-1410-12/+68
* dcbnl: Use BUG_ON() instead of BUG()Thomas Graf2012-06-141-4/+1
* dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf2012-06-141-1/+1
* dcbnl: Use type safe nlmsg_data()Thomas Graf2012-06-131-1/+1
* dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf2012-06-131-25/+22
* dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf2012-06-131-46/+35
* dcbnl: Return consistent error codesThomas Graf2012-06-131-135/+138
* dcbnl: Use dcbnl_newmsg() where possibleThomas Graf2012-06-131-14/+2
* dcbnl: Remove now unused dcbnl_reply()Thomas Graf2012-06-131-37/+0
* dcbnl: Shorten all command handling functionsThomas Graf2012-06-131-550/+172
* dcbnl: Prepare framework to shorten handling functionsThomas Graf2012-06-131-0/+71
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-1215-53/+71
|\
| * Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-06-122-34/+43
| |\
| | * netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso2012-06-071-3/+2
| | * netfilter: xt_HMARK: fix endianness and provide consistent hashingHans Schillstrom2012-06-071-31/+41
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-112-1/+4
| |\ \
| | * | mac80211: add back channel change flagStanislaw Gruszka2012-06-081-1/+1
| | * | NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-081-0/+3
| * | | net/core: fix kernel-doc warningsRandy Dunlap2012-06-082-3/+3
| * | | l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet2012-06-081-3/+6
| * | | snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat2012-06-074-0/+5
| * | | appletalk: Remove out of date message in printkDave Jones2012-06-071-3/+1
| * | | ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
| * | | net: neighbour: fix neigh_dump_info()Eric Dumazet2012-06-071-8/+6
| * | | net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet2012-06-071-0/+2
| | |/ | |/|
* | | ethtool: Make more commands available to unprivileged processesBen Hutchings2012-06-121-0/+5
* | | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-123-29/+20
* | | ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf2012-06-123-11/+27
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-1246-1633/+1644
|\ \ \
| * \ \ Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-06-1110-264/+530
| |\ \ \
| | * | | NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz2012-06-041-0/+1
| | * | | NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz2012-06-041-2/+2
| | * | | NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz2012-06-041-1/+1
| | * | | NFC: Requeue lost LLCP framesSamuel Ortiz2012-06-041-31/+55
| | * | | NFC: Call the DEP link down ops even when in target modeSamuel Ortiz2012-06-041-5/+0
| | * | | NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz2012-06-041-3/+3
| | * | | NFC: Introduce target mode rx data callbackSamuel Ortiz2012-06-043-0/+34
| | * | | NFC: Introduce target mode tx opsSamuel Ortiz2012-06-043-25/+28
| | * | | NFC: Set the NFC device RF mode appropriatelySamuel Ortiz2012-06-041-4/+10
| | * | | NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-043-0/+100
| | * | | NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-046-17/+32
| | * | | NFC: Export LLCP general bytes getterSamuel Ortiz2012-06-041-0/+8
| | * | | NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz2012-06-041-2/+2
| | * | | NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz2012-06-044-2/+9
| | * | | NFC: Move LLCP receiver window value to socket structureSamuel Ortiz2012-06-044-21/+55
| | * | | NFC: Socket linked listSamuel Ortiz2012-06-043-135/+158
| | * | | NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz2012-06-043-24/+40
| * | | | mac80211: unify SW/offload remain-on-channelJohannes Berg2012-06-069-751/+532
| * | | | mac80211: do remain-on-channel while idleJohannes Berg2012-06-064-24/+10
OpenPOWER on IntegriCloud